Closed
Bug 87860
Opened 24 years ago
Closed 24 years ago
outliner doesn't work inside XBL
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: waterson, Assigned: waterson)
References
Details
(Keywords: testcase)
Attachments
(4 files)
Hey hyatt, this could be total pilot error on my part (I'm an XBL idiot), but
I'm trying to figure out what's up with bug 86755, and as far as I can tell, the
XUL outliner builder is doing everything right, but the outliner doesn't want to
paint. I massaged your original test case
(mozilla/xul/base/src/outliner/outliner.xul) into an XBL widget, and can't seem
to get anything to paint. Stepped through stuff in the debugger, and it appears
that the view is being set up properly, but that the invalidate is having no
effect. Can you take a look?
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Comment 4•24 years ago
|
||
So, specifically what I'm seeing is that the outliner ``chrome'' (the column
headers, etc.) appear to come up fine. Clicking the ``Attach'' button appears to
properly attach the view to the outliner (stepped through this in the debugger),
but no cell values appear.
Keywords: testcase
| Assignee | ||
Comment 5•24 years ago
|
||
cc'ing other outliner geeks.
| Assignee | ||
Comment 6•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
r=dbaron
| Assignee | ||
Comment 9•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•