Closed
Bug 1745879
Opened 3 years ago
Closed 3 years ago
Allow to delete `<hr>` element from next line with a `Backspace` key press
Categories
(Core :: DOM: Editor, task, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Starting from 93, we implemented the new behavior and enabled it in early beta and Nightly channel, and we've never gotten any bugs reports about this. Thus, we can ship the compatible behavior.
Assignee | ||
Updated•3 years ago
|
Blocks: editor-blink-compat
Assignee | ||
Updated•3 years ago
|
Component: DOM: Events → DOM: Editor
Assignee | ||
Comment 1•3 years ago
|
||
Our traditional behavior was, a key press of Backspace
from next line of an
<hr>
element is just move caret to end of <hr>
element and then, following
Backspace
key deletes the <hr>
. However, the other browsers can delete
<hr>
with one key press of Backspace
.
We enabled the compatible behavior in early beta and the Nightly channel in 4
cycles and we've never gotten bugs with this change. Thus, it's time to try to
ship the compatible behavior.
Depends on D133719
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/d4caa06f1495
Allow to delete `<hr>` element with a `Backspace` key press from next line of it r=m_kato
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•