Closed
Bug 1636747
Opened 5 years ago
Closed 5 years ago
Whitespace unexpectedly disappears when typing in contenteditable
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | blocking | fixed |
People
(Reporter: saschanaz, Assigned: masayuki)
References
(Regression)
Details
(Keywords: inputmethod, regression)
Attachments
(1 file)
- Open https://www-archive.mozilla.org/editor/midasdemo/
- Type "뮤 뮤 뮤 뮤 뮤 뮤" ("ab ab ab ab ab ab" in QWERTY)
Expected: "뮤 뮤 뮤 뮤 뮤 뮤"
Actual: "뮤뮤 뮤뮤 뮤뮤"
This is a quite recent regression but I can't bisect as somehow builds from mozregression can't repro this. It only happens on public Nightly releases and local debug builds.
Assignee | ||
Updated•5 years ago
|
Keywords: inputmethod
Reporter | ||
Updated•5 years ago
|
Severity: -- → S3
Reporter | ||
Comment 1•5 years ago
|
||
This severely degrades editing experience on most websites with contenteditable and can be reproduced consistently on my two devices with/without fission.
Mozregression says it's a regression by Bug 503838.
Updated•5 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Priority: -- → P1
Reporter | ||
Updated•5 years ago
|
Summary: Whitespace unexpectedly disappears when typing Hangul in contenteditable → Whitespace unexpectedly disappears when typing in contenteditable
Comment 3•5 years ago
•
|
||
A smaller test could be:
- Open https://www-archive.mozilla.org/editor/midasdemo/
- Type "aaa aaa"
- Ctrl + Backspace
- Type "a"
Expected:
- "aaa a"
Actual:
- "aaaa"
Assignee | ||
Comment 4•5 years ago
|
||
The patches for this bug become too bigger than the regressed patch. I'll post a backout patch instead.
Assignee | ||
Comment 5•5 years ago
|
||
Updated•5 years ago
|
status-firefox76:
--- → unaffected
status-firefox77:
--- → unaffected
status-firefox-esr68:
--- → unaffected
tracking-firefox78:
--- → blocking
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/c04989a22240
Backout the 1st patch of bug 503838 r=m_kato
Comment 7•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•5 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•