Closed
Bug 77298
Opened 24 years ago
Closed 23 years ago
Assert while mousing around over image.
Categories
(Core :: Graphics: ImageLib, defect, P4)
Tracking
()
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: pavlov, Assigned: pavlov)
References
()
Details
(Whiteboard: [imglib])
Attachments
(1 file)
(deleted),
application/x-tar
|
Details |
I get an assert while moving around the image with the mouse.
Assignee | ||
Comment 1•24 years ago
|
||
###!!! ASSERTION: You can't draw an image with a 0 width or height!: 'aSWidth >
0 && aDWidth > 0 && aSHeight > 0 && aDHeight > 0', file nsImageGTK.cpp, line 546
###!!! Break: at file nsImageGTK.cpp, line 546
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → mozilla0.9.1
Comment 2•24 years ago
|
||
Since pavlov recently added the assert, I'm changing the status to [imglib]
Whiteboard: [imglib]
Comment 3•24 years ago
|
||
Per PDT Triage effort: changing the targeted milestone to "mozilla0.9.2".
Please feel free to renominate/address bug if time is available AFTER all
currently targeted 0.9.1 bugs are resolved.
.Angela...
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 5•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Could we please have this assertion removed? It doesn't seem to be worked on and
it complicates debugging of other assertions.
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.8
Comment 9•23 years ago
|
||
*** Bug 115076 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 10•23 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•