Open Bug 962022 Opened 11 years ago Updated 4 years ago

Ctrl-Shift on Windows sets directionality for <input> and <textarea>, but not contenteditable

Categories

(Core :: DOM: Editor, defect, P5)

All
Windows 7
defect

Tracking

()

People

(Reporter: aharon, Unassigned)

References

(Depends on 1 open bug)

Details

(Keywords: rtl)

The platform-independent directionality setting keyboard shortcut in FireFox is Ctrl-Shift-X. It works on Windows and Linux. In IE and Chrome (on Windows), the keyboard shortcut for this purpose is Ctrl-Shift (LeftShift or RightShift). To my surprise, today I discovered that Ctrl-Shift now also works in the current FireFox (26) on Windows. (I have Win7, but I doubt that's important.) However, it only works on <input> and <textarea>. On conteneditable, it is ignored - but Ctrl-Shift-X works (kind of - see bug 962015). Could we get Ctrl-Shift to work on Windows on contenteditable too? RTL users are mouch more familiar with Ctrl-Shift (which also works in all Microsoft products, e.g. Word) than with Mozilla's Ctrl-Shift-X.

Handy URL for testing:
data:text/html,<html><body><div contenteditable="true">Edit me!</div></body></html>
I bet this check is causing this: <https://hg.mozilla.org/mozilla-central/rev/66db4ae2f2c7#l3.225>

Not sure why I did that in bug 98160 :/
Blocks: 98160
Oh, bug 962015 is the reason why I did that!  :-)
Depends on: 962015
Keywords: rtl
Component: Keyboard Navigation → Editor
Product: Firefox → Core

Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.

If you have reason to believe this is wrong, please write a comment and ni :jstutte.

Severity: normal → S4
Priority: -- → P5
You need to log in before you can comment on or make changes to this bug.