Text selection Blue marker scrolls with the page
Categories
(Core :: Layout, defect)
Tracking
()
Webcompat Priority | ? |
Tracking | Status | |
---|---|---|
firefox70 | --- | affected |
People
(Reporter: karlcow, Unassigned)
References
(Blocks 1 open bug, )
Details
initially on https://webcompat.com/issues/32939
When you open the editable text area to write a message as you usual you have a blue marker near the cursor position. But if you scroll the main page with the editable text area active the blue marker scrolls with the page instead of staying near the cursor.
This bug is present on firefox mobile 67.0, firefox nigthly mobile 68.0a1 and firefox preview 1.0.1921. This issue is not present on chrome mobile
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Ting-Yu, does this look like a Layout bug? Is the Gecko Layout code responsible for positioning the blue text selection markers?
GIF animation of the bug:
https://user-images.githubusercontent.com/17617810/59436962-eaa72200-8df0-11e9-98c0-a0925b327192.gif
Comment 2•5 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #1)
Ting-Yu, does this look like a Layout bug? Is the Gecko Layout code responsible for positioning the blue text selection markers?
Yes, AccessibleCaret is responsible for positioning the blue carets. The discourse reply field is a "position: fixed" element, so this is a dup of bug 1526268.
Updated•5 years ago
|
Description
•