Closed
Bug 279386
Opened 20 years ago
Closed 20 years ago
Selection flickers when trying to select the text from the bottom upward
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: uruviel, Assigned: roc)
References
()
Details
Attachments
(1 file)
|
1.25 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050122 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050122 Firefox/1.0+ on http://www.uruviel.com/test/informatie.htm the selection of text flickers and is sometimes incorrect when moving from the bottom of the text upward. The site uses a z-index to position the text above some transparent gif backgrounds used in a LI element. Reproducible: Always Steps to Reproduce: 1.http://www.uruviel.com/test/informatie.htm 2.Select text from bottom upward 3. Actual Results: The text flickers Expected Results: It should be smooth
Also seeing this with Firefox 1.0, FWIW. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Looks like the absolute positioning could be at fault. When you're selecting, the selection only flickers a specified distance, and that distance is equal to the amount of stuff sitting above the div. It seems that for a split second the browser thinks your mouse is (for example) at position (50px,50px) in the webpage rather than (50px,50px) inside the div.
| Reporter | ||
Comment 3•20 years ago
|
||
Bug seems to disappear when adding a font-family. That's probably why I haven't seen this alot in the wild
Comment 4•20 years ago
|
||
Over to view rendering for the flicker and event targeting issue... I can't reproduce this in a GTK1 Linux build, though.
Assignee: selection → roc
Component: Selection → Layout: View Rendering
QA Contact: ian
| Assignee | ||
Comment 5•20 years ago
|
||
I can't reproduce on Linux GTK2 either.
| Reporter | ||
Comment 6•20 years ago
|
||
Must have been resolved by some fix...
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•