Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1921383 - Bugzilla rich text editor shortcuts don't respect user layout (revised) #2336

Merged
merged 8 commits into from
Oct 3, 2024

Conversation

kyoshino
Copy link
Collaborator

@kyoshino kyoshino commented Oct 2, 2024

Bug 1921383 - Bugzilla rich text editor shortcuts don't respect user layout

Sorry, #2331 was incomplete and broke shortcuts with non-alphanumeric keys like Space and Enter. Now I remember why I said “keyboard shortcuts not working sometimes” in my Sveltia UI change 😓 This does the right thing.

Copy link
Collaborator

@dklawren dklawren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes break keyboard shortcuts for Linux on both stable and nightly. On production, I am able to do control-shift-. (period) to quote, as well as the shortcuts for number and un-ordered list. But with the latest changes, none of those actions work for me anymore. Same for Chrome on Linux. Actually this has been broken since #2331 and I didn't catch it before. Boo me.

@kyoshino
Copy link
Collaborator Author

kyoshino commented Oct 3, 2024

I’m seeing the same issue on Windows. 😞 A fix incoming.

Also, the (legacy) tab switching shortcut with Ctrl+Shift+P doesn’t work because it overlaps with Firefox’s native keyboard shortcut for opening a private window. I’ll remove it.

@kyoshino kyoshino requested a review from dklawren October 3, 2024 19:41
@dklawren dklawren merged commit 7a8a02b into mozilla-bteam:master Oct 3, 2024
15 of 16 checks passed
@kyoshino kyoshino deleted the 1921383-md-editor-kbd-v2 branch October 3, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants