Closed
Bug 212607
Opened 22 years ago
Closed 17 years ago
scrolling horizontally in (overflow:auto) block with background-color leaves caret artifacts
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
222 bytes,
text/html
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030702 Mozilla
Firebird/0.6
Steps to reproduce:
1. Focus a textbox on
http://www.fixingyourwebsite.com/oemprov30/public/subscribe.php.
2. Scroll horizontally. (Because the page has body{overflow:auto}, you have to
scroll down to see the horizontal scrollbar.)
Result: see a trail of caret artifacts on each side of the caret, both inside
and outside of the textbox.
The testcase is simple:
<div style="background: yellow; max-width: 500px; overflow: auto">
<nobr>Fooooooooooooooooo<input size=200 type="text"></nobr>
</div>
| Reporter | ||
Comment 1•22 years ago
|
||
| Reporter | ||
Updated•22 years ago
|
Summary: scrolling horizontally in (overflow:auto) block with background-coolor leaves caret artifacts → scrolling horizontally in (overflow:auto) block with background-color leaves caret artifacts
Comment 2•20 years ago
|
||
Might be linked to bug 244472 ?
Updated•20 years ago
|
OS: Windows XP → All
Hardware: PC → All
| Reporter | ||
Comment 3•18 years ago
|
||
WFM on Mac trunk. I'd appreciate if someone could test on Windows and mark the bug as WFM.
Assignee: kmcclusk → nobody
QA Contact: ian → general
Comment 4•17 years ago
|
||
works for me also on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008042315 Minefield/3.0pre ID:2008042315
Closing as works for me
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•