Closed
Bug 71101
Opened 24 years ago
Closed 24 years ago
patch needed to nsRenderingContextGTK.cpp for outliner
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: hyatt)
Details
Attachments
(1 file)
1.42 KB,
patch
|
Details | Diff | Splinter Review |
this is a heads up (to the authors for nsRenderingContextGTK.cpp)
jan and I had to patch nsRenderingContextGTK.cpp for the outliner.
my patch was for a crasher, jan's was to add the dotted and dashed lines for
outliner.
I just checked it into the trunk, because hyatt has landed the outliner.
I'll attach a patch for an after-the-fact review.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Just adding, I crashed on solaris, built right after the initial
Makefile horkage.
Having poked seth about this, here is the output of the crasher when loading
the outliner.xul sample without this patch:
Document file:///tmp/mozilla/layout/xul/base/src/outliner/outliner.xul loaded
successfully
JavaScript error:
chrome://global/content/outlinerBindings.xml#columnpicker.buildPopup() line 7:
currCol has no properties
Outliner is [object XULElement]
Arithmetic Exception
Reporter | ||
Comment 3•24 years ago
|
||
there are some divide by zero bugs in the outliner.
(I think bienvenu has those patches).
for mailnews, I believe those divide by zero errors were exposed by hiding the
outliner. (setting the hidden attribute to "true").
according to mscott, that caused the content to be destroyed.
I'm not sure what outliner.xul is doing, but that is something to keep in mind.
you should take this discussion to another bug.
Assignee | ||
Comment 4•24 years ago
|
||
yup, sr=hyatt and closing this out.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•