Open
Bug 1943526
Opened 25 days ago
Updated 25 days ago
Write some automated tests for white-space normalizer if surrounding white-spaces contain "collapsed" white-spaces
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug)
Details
It seems that there is no test which check typing character around a collapsible white-space sequence which contains collapsed white-spaces.
E.g., Type something when <div contenteditable>a [] b</div>
(2 ASCII white-spaces before the caret). From user's point of view, collapsed, i.e., invisible, white-spaces should not become visible when the white-spaces are normalized.
Reporter | ||
Comment 1•25 days ago
|
||
(Oh, bugzilla collapsed the ASCII white-spaces...)
You need to log in
before you can comment on or make changes to this bug.
Description
•