user pref 'permissions.default.shortcuts' screws up backspace and del keys
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
People
(Reporter: daniel.schaaaf, Assigned: enndeakin)
References
Details
Attachments
(1 file, 2 obsolete files)
|
3.54 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
| Reporter | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 10•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 11•7 years ago
|
||
Updated•7 years ago
|
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
| bugherder | ||
Updated•7 years ago
|
Comment 14•7 years ago
|
||
I can confirm that the patch pushed by Neil Deakin at https://hg.mozilla.org/mozilla-central/rev/72da18aff712 ("make the backspace key a non-reserved key...") is working for the backspace key in 66.0b7
However, the problem with the delete key remains: it deletes text when selected, however it does not have any effect when no text is selected (but text exists to the right of the cursor).
So this is only partly resolved.
| Assignee | ||
Comment 15•7 years ago
|
||
That should be just adding the same annotation for the delete key, a couple of lines earlier.
Updated•7 years ago
|
Comment 16•7 years ago
|
||
I'm a little bit confused: should the delete key still be blocked from working, or has that been fixed? In my Firefox 66.0.2 (64-bit) Win 10, the backspace key now works properly, but delete still does nothing to text (except on selected text, as before); I've observed this on a site with "override keyboard shortcuts" blocked locally (global allow). Should I open a new bug for the delete key?
Comment 18•7 years ago
|
||
(In reply to Neil Deakin from comment #15)
That should be just adding the same annotation for the delete key, a couple of lines earlier.
This sounds reasonable to me. After having upgraded to FF 68 today either the annotation is still missing or there is another issue with the "Del"-key. In my installation, it is still not working.
Description
•