Closed
Bug 153679
Opened 23 years ago
Closed 23 years ago
ASSERTION: aWidgetView must have a widget
Categories
(Core :: Web Painting, defect, P3)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Assigned: roc)
References
()
Details
Attachments
(1 file)
566 bytes,
patch
|
roland.mainz
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
I think the change for bug 124685 has caused the following regression in the
layout regression tests. There are now a whole bunch of assertions:
###!!! ASSERTION: aWidgetView must have a widget: 'nsnull != widget', file
./nsViewManager.cpp, line 1511
You can trigger these assertions by going to the URL and printing it.
May be you should run those tests....
Updated•23 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•23 years ago
|
||
The assertion should be removed. It's firing because, during printing, someone
is trying to either invalidate or scroll a view. This isn't really wrong because
invalidates are really just no-ops and scrolling is sometimes necessary during
printing (e.g., to make the current selection show up in a list box). I've
double-checked the callers of UpdateWidgetArea and they're not going to pass in
a view without a widget except during printing.
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
*** Bug 170322 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
Marking OS/Platform==All/All per DUPlicate bug 170322 ...
OS: Windows 98 → All
Hardware: PC → All
Comment 5•23 years ago
|
||
Comment on attachment 101862 [details] [diff] [review]
obvious fix
r=Roland.Mainz@informatik.med.uni-giessen.de
Attachment #101862 -
Flags: review+
Comment on attachment 101862 [details] [diff] [review]
obvious fix
sr=kin@netscape.com
Do we want to add a comment that notes when this situation can happen?
Attachment #101862 -
Flags: superreview+
Assignee | ||
Comment 7•23 years ago
|
||
Sure, I'll do that.
Assignee | ||
Comment 8•23 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•