Closed
Bug 245055
Opened 20 years ago
Closed 12 years ago
assert on print due to caret code [###!!! ASSERTION: bulletproofing, see bug #24329: 'returnView', file nsCaret.cpp]
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sspitzer, Unassigned)
References
Details
(Whiteboard: [sspitzer todo])
assert on print (used to crash) due to caret code.
from roc's comments in bug #243294:
"The best fix would be to never mess with the caret while printing, since that
makes no sense....the very best fix of all would be to rip out this caret crap
and draw the caret as part of the normal frame painting code."
Reporter | ||
Comment 1•20 years ago
|
||
see bug #243294 for details on how to reproduce this assert.
###!!! ASSERTION: bulletproofing, see bug #24329: 'returnView', file c:/mozilla/
trees/netscape72/mozilla/layout/base/src/nsCaret.cpp, line 832
Summary: assert on print (used to crash) due to caret code → assert on print (used to crash) due to caret code [###!!! ASSERTION: bulletproofing, see bug #24329: 'returnView', file nsCaret.cpp]
Comment 3•18 years ago
|
||
Is this still an issue now that bug 287813 is fixed?
Comment 4•18 years ago
|
||
> see bug #243294 for details on how to reproduce this assert.
I'll test and see if I still assert.
The code is still in there, see http://lxr.mozilla.org/mozilla1.8/source/layout/base/nsCaret.cpp#813
NS_ASSERTION(returnView, "bulletproofing, see bug #24329");
Whiteboard: [sspitzer todo]
Updated•15 years ago
|
Assignee: printing → nobody
QA Contact: printing
Updated•15 years ago
|
Summary: assert on print (used to crash) due to caret code [###!!! ASSERTION: bulletproofing, see bug #24329: 'returnView', file nsCaret.cpp] → assert on print due to caret code [###!!! ASSERTION: bulletproofing, see bug #24329: 'returnView', file nsCaret.cpp]
Comment 5•12 years ago
|
||
The assertion was removed as part of Bug 287813.
(See http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/layout/base&command=DIFF_FRAMESET&file=nsCaret.cpp&rev1=1.154&rev2=1.155&root=/cvsroot )
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
•