Closed Bug 60829 Opened 24 years ago Closed 23 years ago

css borders sometimes have holes

Categories

(Core Graveyard :: GFX, defect, P3)

x86
Windows 98

Tracking

(Not tracked)

RESOLVED WORKSFORME
Future

People

(Reporter: jruderman, Assigned: kmcclusk)

Details

Steps to reproduce:
1. load http://mozilla.org/
2. run the bookmarklet:
javascript:function mark(elem) { if(elem.style) { elem.style.border="1px solid 
green"; } } ; function recurse(elem,p) { var i, k, cn; if(!elem) { alert
('null'); return; } mark(elem); cn = elem.childNodes; if(cn){ k = cn.length; 
for (i = 0; i < k; i++) { recurse(cn[i], p + '.' + i); } }} recurse
(document,'d'); void(0);
3. scroll up and down a lot

Result:
Every 20 seconds or so, there will be a horizontal line all the way across the 
browser window where the green border is replaced with white.  Sometimes it 
won't go all the way across the screen, and sometimes it will eat one pixel 
into the thick black borders that are on the page before you run the 
bookmarklet.

(hixie: is this the same as bug 47731?  i can't get to 47731's url.)
Status: NEW → ASSIGNED
Setting milestone to mozilla1.0.1
Target Milestone: --- → mozilla1.0.1
Clearing milestone.
Target Milestone: mozilla1.0.1 → ---
Target Milestone: --- → Future
Set milestone to future
I can not reproduce this bug on WINNT with a 10/8/2001 094 branch build.
Marking WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.