Closed
Bug 1084
Opened 26 years ago
Closed 26 years ago
Open 2nd browser window -> assert in ToolTip.c
Categories
(MozillaClassic Graveyard :: XFE, defect, P2)
Tracking
(Not tracked)
People
(Reporter: mcafee, Assigned: ramiro)
Details
I hit an assert in ToolTip.c, I think I opened a 2nd browser
window.
> ToolTip.c:
>
> if (_XfeIsAlive(_xfe_tt_stage_one_target))
> {
> >> assert( w == _xfe_tt_stage_one_target);
>
> /* Reset the stage one target */
> _xfe_tt_stage_one_target = NULL;
>
> /* Set the stage two target */
> _xfe_tt_stage_two_target = w;
>
> ItemPostToolTip(w);
> }
>
Reporter | ||
Comment 2•26 years ago
|
||
I think all I was doing was typing in another URL, probably
looking at a bugsplat bug.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Markign dup of 1074
*** This bug has been marked as a duplicate of 1074 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•