Closed
Bug 14637
Opened 25 years ago
Closed 25 years ago
Sidebar crashes in table
Categories
(SeaMonkey :: Sidebar, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: eric, Assigned: slamm)
Details
Side bar crashed windows NT when dragging the panels up or down.
To reproduce:
1) Grab the titled of the middle sidebar panel.
2) Drag down
This happens because there is a table in the sidebar with nothing inside it. I
believe it is the flash panel.
nsDebug::Assertion(const char * 0x018a84a0, const char * 0x018a8494, const char
* 0x018a8454, int 90) line 181 + 13 bytes
FixedTableLayoutStrategy::AssignPreliminaryColumnWidths(int 1755) line 90 + 32
bytes
BasicTableLayoutStrategy::Initialize(nsSize * 0x00000000, int 1, int 1755) line
79
nsTableFrame::BalanceColumnWidths(nsIPresContext & {...}, const
nsHTMLReflowState & {...}, const nsSize & {...}, nsSize * 0x00000000) line 3842
nsTableFrame::Reflow(nsTableFrame * const 0x02e33754, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 2260
nsTreeFrame::Reflow(nsTreeFrame * const 0x02e33754, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 325 + 25 bytes
nsContainerFrame::ReflowChild(nsIFrame * 0x02e33750, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 372 + 28 bytes
nsTableOuterFrame::Reflow(nsTableOuterFrame * const 0x02e33874, nsIPresContext &
{...}, nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned
int & 0) line 906 + 37 bytes
nsBoxFrame::FlowChildAt(nsIFrame * 0x02e33870, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0,
nsCalculatedBoxInfo & {...}, int & 0, nsString & {...}) line 1051
nsBoxFrame::FlowChildren(nsIPresContext & {...}, nsHTMLReflowMetrics & {...},
const nsHTMLReflowState & {...}, unsigned int & 0, nsRect & {...}) line 682
nsBoxFrame::Reflow(nsBoxFrame * const 0x02354e4c, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 517
nsContainerFrame::ReflowChild(nsIFrame * 0x02354e48, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 372 + 28 bytes
RootFrame::Reflow(RootFrame * const 0x02e304d4, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 330
nsContainerFrame::ReflowChild(nsIFrame * 0x02e304d0, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 372 + 28 bytes
ViewportFrame::Reflow(ViewportFrame * const 0x02e2add4, nsIPresContext & {...},
nsHTMLReflowMetrics & {...}, const nsHTMLReflowState & {...}, unsigned int & 0)
line 516
PresShell::ResizeReflow(PresShell * const 0x02981ab0, int 1755, int 1875) line
949
PresShell::ResizeReflow(PresShell * const 0x02981ab4, nsIView * 0x02980590, int
1755, int 1875) line 2132
nsViewManager::SetWindowDimensions(nsViewManager * const 0x02980760, int 1755,
int 1875) line 366
nsViewManager::DispatchEvent(nsViewManager * const 0x02980760, nsGUIEvent *
0x0012e2e0, nsEventStatus & nsEventStatus_eIgnore) line 1527
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
Having an empty tree should be legal. I would assign this bug to hyatt, but he
isn't typing anymore. Maybe I can type while he tells me what to do.
Assignee | ||
Updated•25 years ago
|
Whiteboard: fix ready.
Assignee | ||
Updated•25 years ago
|
Whiteboard: fix ready.
Updated•25 years ago
|
Target Milestone: M11 → M10
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Pavlov typed in a fix for hyatt.
Marking fixed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
verified with M10 builds
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•