Closed
Bug 540294
Opened 16 years ago
Closed 16 years ago
Painting artifacts when dynamically modifying text and scrolling
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | beta1+ |
People
(Reporter: asqueella, Assigned: roc)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
2010-01-11-04-mozilla-central: works
2010-01-12-05-mozilla-central: fail
which, if I didn't mess up constructing the pushlog link points to these pushes: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=120667a01fd2&tochange=a43e2f7eda8f
I'm guessing it's bug 526394.
The attached testcase looks like this:
<div style="overflow: auto; height: 100px;">
<div id="msg">
</div>
<input id="txt" type="text">
</div>
(The scrollable div is just so that it overflows quickly.)
The script appends text nodes to #msg and blurs/focuses the #txt to scroll to bottom. It's minimized from the Jesse's JS shell <http://www.squarefree.com/shell/shell.html>
| Reporter | ||
Comment 1•16 years ago
|
||
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → roc
blocking2.0: --- → ?
| Assignee | ||
Updated•16 years ago
|
blocking2.0: ? → beta1
Priority: -- → P2
Comment 2•16 years ago
|
||
Should be fixed by landing of bug 543681.
You need to log in
before you can comment on or make changes to this bug.
Description
•