Closed
Bug 79912
Opened 24 years ago
Closed 3 years ago
###!!! ASSERTION: Content Size < 0: 'aContentRect.width >=0 && aContentRect.height >= 0',
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INCOMPLETE
Future
People
(Reporter: timeless, Unassigned)
References
()
Details
(Keywords: assertion)
Mozilla Xlib Solaris7Sparc => weirdX.
I was playing around w/ weirdX, and caused this bug.
java -Dweirdx.windowmode=MultiWindow -Dweirdx.display.width=24
-Dweirdx.display.height=32 -Dweirdx.display.visual=TrueColor16 -Dweirdx.ddxw
indow=com.jcraft.weirdx.DDXWindowImpSwing -Dweirdx.displaynum=2 -jar
weirdx-1.0.27.jar
here, weirdX creates a default window (24x32 ish +title) and then creates new
windows for all objects. If you don't use very small height/width params, each
popup gets its own window and behaves nicely.
./mozilla -g -d gdb -display timeless.student:2 -P messy
http://www.mozilla.org/quality/browser/debugtc/bft_browser_html_mix3.html
if you do, you get:
[@8358f0] MenuPopup MenuPopupid='menu_Edit_Popup'
MenuPopupidoncreate='initEditItems();' MenuPopupid
oncreatemenugenerated='true'
###!!! ASSERTION: Content Size < 0: 'aContentRect.width >=0 &&
aContentRect.height >= 0', file
/tmp/mozilla/layout/xul/base/src/nsBox.cpp, line 511
###!!! Break: at file /tmp/mozilla/layout/xul/base/src/nsBox.cpp, line 511
whenever you click a menu item.
A tiny window appears, w/ titlebar +~3 pixels of content.
This bug is trivial because I will use different dimensions for weirdX, but it
is an interesting outcome.
Comment 1•24 years ago
|
||
targeting
Status: NEW → ASSIGNED
Summary: ###!!! ASSERTION: Content Size < 0: 'aContentRect.width >=0 && aContentRect.height >= 0', → ###!!! ASSERTION: Content Size < 0: 'aContentRect.width >=0 && aContentRect.height >= 0',
Target Milestone: --- → Future
Updated•15 years ago
|
QA Contact: chrispetersen → layout
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:dholbert, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: eric → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(dholbert)
Comment 3•3 years ago
|
||
Unlikely to still be an issue at this point. If it is, we can reopen or address in a new bug (ideally with a testcase).
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(dholbert)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•