Closed
Bug 290234
Opened 20 years ago
Closed 17 years ago
Scrolled-in content flickers in when text field has focus.
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: moz, Assigned: mikepinkerton)
References
Details
When a text field has focus, but the text is not selected, and the web view is
scrolled, the old content at the top or bottom (where the new content will
appear) draws in two places (the old and new location) before the new content
replaces the old. The new content should just pop in without the old content
drawing twice for that split second.
I'm guessing this is just our inefficient redraw bug (bug 280982), but I'm
filing just to make sure.
Reporter | ||
Comment 1•20 years ago
|
||
Looks like this is actually related to 54153; marking dependant.
Comment 2•19 years ago
|
||
This is almost certainly because we were flushing the port buffer for the caret.
Bug 301774 may have helped here. Can someone test?
Comment 3•19 years ago
|
||
Please retest in current trunk builds? There might be a difference now that bug 287813 is fixed.
Comment 4•17 years ago
|
||
I'm not seeing this in current builds. If anyone still sees it (and ideally, has a good testcase), please re-open.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•