Replies: 2 comments 1 reply
-
|
oh dear. i think this is the OS or WebKit interfering with text inputs in order to be helpful... I'll look for a way to turn it off. and a way to provide better feedback! it is indeed annoying when you get a revset wrong and nothing happens. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Converted to issue #111. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found a weird issue with the text input for custom revsets:
If you start typing right after a
"character, the double-quote char is replaced with”(Right Double-Quote, Unicode U+201D). Since the replaced character is invalid the resulting revsets is invalid, GG doesn't register the revsets.In fact, since GG doesn't provide any feedback on invalid inputs, you can't tell if the updated revsets is correct and resulted in the very same log chart, or it's actually an invalid input)
Before Typing:

As soon as I add

gchar right after"char:(It's so subtle that at first I didn't realize it and I was pulling my hair why sometime typing custom revsets breaks everything)
Version: GG 0.35.1
OS: MacOS 26.2
Beta Was this translation helpful? Give feedback.
All reactions