mountain-loop/yaak

All input fields are uneditable.

Closed this issue · 8 comments

What happened?

:not(a), :not(input):not(textarea), :not(input):not(textarea):after, :not(input):not(textarea):before {
  cursor: default;
  -webkit-user-select: none; 
  -moz-user-select: none;
  user-select: none;
}

-webkit-user-select: none This CSS causes the input field to be uneditable.

macOS: 12.4
Intel Core i5

Version

2024.9.1

What operating system are you on?

macOS

Relevant log output

No response

Oh yes, thanks for finding the cause of this! This has been a bug in macOS 12 since Yaak's launch. I guess it's a bug in the older webview CSS handling

Okay, I think that will fix it but I have no way of testing

@kewab Can you see if it's fixed in the latest beta?: https://yaak.app/blog/2024.10.0-beta.3

Thank you for your reply,The request URL can now accept characters, but grpc->Metadata still cannot be entered here.
CleanShot 2024-09-20 at 09 53 45@2x

Can you try more inputs in the app to see if they also exhibit the same problem?

  • HTTP Request -> Params Tab
  • Auth
  • Environment

Can you try more inputs in the app to see if they also exhibit the same problem?

  • HTTP Request -> Params Tab
  • Auth
  • Environment

The input fields above cannot be entered either.

Additionally, testing found that the rename request name cannot accept traditional Chinese characters.

Thanks for the report. I probably won't spend any more time on this, as it's specific to a 3-year old OS that I don't have access to. Feel free to attempt a fix if you'd like.

Are you unable to upgrade your operating system?

Thanks for the reply, I will try to upgrade the system when I find time.