Closed
Bug 44394
Opened 26 years ago
Closed 26 years ago
Scrolling header list loses data
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
People
(Reporter: akkzilla, Assigned: bugzilla)
Details
Discovered this while testing a patch for Brendan:
Bring up a compose window.
Type in three or four addresses, e.g.
aaa<return>
bbb<return>
ccc<return>
enough so that the addressing area now shows a scrollbar.
Use the mouse to drag-scroll the scrollbar back up.
In a debug build, I get assertions:
nsWidget::~nsWidget() of toplevel: 19 widgets still exist.
###!!! ASSERTION: node in map twice: '(node->mContent != aNode->mContent) ||
((node->mContent == nsnull) && (node->mStyle != aNode->mStyle))', file
nsFrameManager.cpp, line 1907
(four of those) and the two addresses (aaa and bbb) which were scrolled out of
visibility are now blank.
*** This bug has been marked as a duplicate of 43679 ***
Status: NEW → RESOLVED
Closed: 26 years ago
QA Contact: lchiang → laurel
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•