selection is lost when focusing contenteditable iframe with table cells selected
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
People
(Reporter: kajetanl, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
716 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
Steps to reproduce:
Bug found in Firefox 67.0.4
- Open attached file
- Select table cells.
- Press 'Focus editable' button.
Actual results:
Selection is moved to the beginning of editable element
Expected results:
Selection should remain the same
Alternative case:
In step 2. select only one table cell.
Selection is changed, so that table cell content is selected, instead of the whole cell with blue highlight around.
![]() |
||
Comment 2•6 years ago
|
||
The bug is reproduced since Firefox60.
![]() |
||
Comment 3•6 years ago
|
||
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=709eae4e54ffa3f3518745516dd5d27a05255af2&tochange=a007dd56b9947a93c276e82275d7065db1949c9e
Suspect:
575562183a3bc245c50dcf45d8dc21043b4565ae Masayuki Nakano — Bug 662591 - HTMLEditor should set caret to start of first editable text node or before first editable inline node r=m_kato
![]() |
||
Updated•6 years ago
|
![]() |
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Makato - are there any plans to fix this for 70 or 71?
Updated•5 years ago
|
Comment 5•5 years ago
|
||
(In reply to janet [:janet] from comment #4)
Makato - are there any plans to fix this for 70 or 71?
I may turn off cell selection feature since this is only Gecko. So now this will be low priority.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•