Closed
Bug 2067230
Opened 17 days ago
Closed 13 days ago
EditContext text should be treated as preformatted for computing target ranges
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
157 Branch
| Tracking | Status | |
|---|---|---|
| firefox157 | --- | fixed |
People
(Reporter: ltenenbaum, Assigned: ltenenbaum)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- Go to https://mdn.github.io/dom-examples/edit-context/html-editor/
- Type two spaces
- Press backspace
Both spaces are deleted instead of just one.
| Assignee | ||
Comment 1•17 days ago
|
||
Pushed by ltenenbaum@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/980e89fdcb3c
https://hg.mozilla.org/integration/autoland/rev/1a8d11a39774
Set white-space:pre on EditContext anonymous element. r=masayuki
Comment 3•13 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 13 days ago
status-firefox157:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 157 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/62333 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•