Closed
Bug 230578
Opened 21 years ago
Closed 21 years ago
some horizontal lines of bitmap fail to load
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: chrisdlugosz, Assigned: tor)
References
()
Details
Attachments
(1 file)
772 bytes,
patch
|
Biesinger
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
this is a random bitmap generator from random.org.
when loaded, about 15% of the horizontal lines are white.
but this is corrected if i minimize and recall the window.
this problem does not happen with smaller images.
Reproducible: Always
Steps to Reproduce:
1. load http://www.random.org/cgi-bin/randxbm?width=512&height=512
2.
3.
Actual Results:
some horizontal lines are white.
Expected Results:
all lines should have displayed random black or white pixels.
Also happens in Linux (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b)
Gecko/20040102 Firebird/0.7+) For me approximately 80% of the horizontal lines
white. In addition to minimizing, problem also clears if I change to another
tab and back again.
Comment 2•21 years ago
|
||
same symptom in Mozilla, moving to appropriate component.
Component: Downloading → ImageLib
Product: Firebird → Browser
Version: unspecified → Trunk
Comment 3•21 years ago
|
||
anything that triggers a repaint seems to fix this...
os-> all per comment 1
OS: Windows XP → All
Assignee: jdunn → tor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attachment #138842 -
Flags: superreview?(bryner)
Attachment #138842 -
Flags: review?(cbiesinger)
Comment 5•21 years ago
|
||
Comment on attachment 138842 [details] [diff] [review]
fix off-by-one in OnDataAvailable rectangle
this is my fault :(
Attachment #138842 -
Flags: review?(cbiesinger) → review+
Updated•21 years ago
|
Attachment #138842 -
Flags: superreview?(bryner) → superreview+
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•