Closed
Bug 1184023
Opened 9 years ago
Closed 4 years ago
After double clicking the first word in a inline context contenteditable element, typing doesn't do anything.
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1637856
People
(Reporter: julienw, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
STR:
1. Load the attachment.
2. Double click on "Editme" in the second box (the one that is in "inline" context). This should select the word.
3. Type something to replace the whole word with some other text.
Expected:
* The selected word is replaced by the typed text.
Actual:
* Nothing happens.
Notes:
* The same STR works well with the first box (in "block" context)
* The same STR works fine if the user "manually" selects the word (by a click-and-select action).
* The same STR works fine if the user double clicks on anything but the first word in a contenteditable inline element.
Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Version: unspecified → Trunk
Reporter | ||
Comment 1•9 years ago
|
||
Chromium 43 works fine for this STR.
Comment 2•7 years ago
|
||
I can still reproduce this in
Firefox Nightly 59.0a1 (2017-12-19) (64-bit)
MacOS 10.13.1
Other browsers (Chrome and Safari) don't have this issue.
https://phabricator.services.mozilla.com/D75471 fixed this.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•