Closed
Bug 430320
Opened 17 years ago
Closed 12 years ago
###!!! ASSERTION: couldn't hook up new NSView in hierarchy
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
Details
(Keywords: assertion)
Attachments
(1 file)
|
9.41 KB,
text/plain
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008042121 Firefox/3.0pre ID:2008042121
Steps to reproduce:
-> Load a Page like the German Google Maps
-> File -> Print and in the popup click on preview
--> Assertion
###!!! ASSERTION: couldn't hook up new NSView in hierarchy: 'mParentView && mView', file /debug/mozilla/widget/src/cocoa/nsChildView.mm, line 449
Does stuff still work?
| Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Does stuff still work?
>
yep roc, so far its still working, i was noticed this assertion also on http://sportsillustrated.cnn.com/
Comment 3•12 years ago
|
||
Bug 455698 ( https://hg.mozilla.org/mozilla-central/rev/fae540cd7698 ):
- Removed NS_ASSERTION(mParentView && mView, "couldn't hook up new NSView in hierarchy")
- Added NS_ASSERTION(mParentView, "Attempting to scroll a view that does not have a parent")
Bug 579258 then removed the "Attempting to scroll a view [...]" assertion:
https://hg.mozilla.org/mozilla-central/diff/c6363df91109/widget/src/cocoa/nsChildView.mm#l1.31
(The two assertions looked similar enough to my untrained eyes, which is why I mention Bug 579258 as well)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•