Closed
Bug 1495627
Opened 6 years ago
Closed 6 years ago
Add "medium.com/p/" to the blacklist to blacklist of strict keypress dispatching
Categories
(Core :: DOM: Events, enhancement, P2)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla64
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
The editor of medium.com is not aware of standardized keypress event behavior of Gecko. So, we need to add medium.com/p/ into the blacklist until they will fix the bug by Medium side.
Assignee | ||
Updated•6 years ago
|
status-firefox62:
--- → disabled
status-firefox63:
--- → disabled
Assignee | ||
Comment 1•6 years ago
|
||
Medium's editor listens to keypress event to handle Ctrl+Z and Ctrl+Y on Gecko.
Therefore, if we don't dispatch keypress events for non-printable keys (by
default on Nightly), users cannot use undo/redo in medium.com.
This patch makes the editor of medium.com into the blacklist of strict
keypress dispatching for avoiding inconvenience of Nightly testers.
Comment 2•6 years ago
|
||
Comment on attachment 9013542 [details]
Bug 1495627 - Add "medium.com/p/" into dom.keyboardevent.keypress.hack.dispatch_non_printable_keys
Olli Pettay [:smaug] (r- if the bug doesn't explain what the change(s) are about.) has approved the revision.
Attachment #9013542 -
Flags: review+
Assignee | ||
Comment 3•6 years ago
|
||
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/ef315578d748
Add "medium.com/p/" into dom.keyboardevent.keypress.hack.dispatch_non_printable_keys r=smaug
Updated•6 years ago
|
Priority: -- → P2
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Assignee | ||
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•