Closed
Bug 131985
Opened 23 years ago
Closed 23 years ago
crash if I load the page.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 128282
People
(Reporter: whiteflea, Assigned: asa)
References
()
Details
(Keywords: crash, stackwanted)
Attachments
(1 file)
(deleted),
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031104
the page http://www.lightwavers.net use css positioning fixed. I think it the
css makes trouble! It is not crashing with moz098 on w2k and not crashing with
moz099 on linux.
Reproducible: Always
Steps to Reproduce:
1.open moz099 on win2000
2.go to the site www.lightwavers.net
3.boom
Actual Results: moz099 on w2k crashing
Expected Results: render the page of course
my html has no errors (w3 validated) but my css sucks:
BODY {
background-color : #ffffff;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 14px;
margin : 0;
padding : 0;
background-image : url(img/bak_logo.png);
background-repeat : no-repeat;
background-attachment : fixed;
}
TD {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 14px;
}
A:link {
color : #8a2be2;
text-decoration : none;
}
A:visited {
color : #ba55d3;
}
.headerlink {
background-color : transparent;
}
A:hover {
color : #ff6347;
text-decoration : underline;
}
.titel {
font-style : normal;
font-weight : bold;
font-size : 18px;
}
.box {
background-color : #dcdcdc;
border-color : #000000;
border : 1 solid ;
padding : 5px;
}
input , select {
background-color : #da70d6;
border-color : #000000;
border : 1 solid ;
}
input:hover , input:active {
background : #ffffff;
}
.infotext {
font-size : 12px;
}
#footer {
width : 100%;
top : auto;
right : 0;
bottom : 0;
left : 0;
position : absolute;
position : fixed;
margin-top : auto;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
background-color : #f7f7f7;
border-top : 1px solid black;
border-bottom : 1px solid black;
background : url(img/bak_footer.png) repeat;
background-repeat : repeat;
}
#Header {
top : 10px;
right : 0;
bottom : 10px;
left : 88px;
padding : 10px 0 2px 65px;
border-style : solid;
border-color : black;
border-width : 1px 0;
line-height : 11px;
background-color : #e5e5e5;
text-decoration : none;
position : absolute;
position : fixed;
}
body > #Header {
height : 14px;
}
it should be:
.box {
background-color : #dcdcdc;
border-color : #000000;
border : 1px solid ;
padding : 5px;
}
input , select {
background-color : #da70d6;
border-color : #000000;
border : 1px solid ;
}
forgot the "px" after the value... cant check it out now because the browser
crashes and this form is gone...
Comment 1•23 years ago
|
||
wfm with win2k build 20020319..
Do you have a talkback ID of your crash ?
Keywords: crash
Reporter | ||
Comment 2•23 years ago
|
||
what is talkback id? sorry im a newbie.
Comment 3•23 years ago
|
||
Confirming using 0.9.9 on WinME. Talkback ID is TB4217657Y.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•23 years ago
|
||
Oh, and Thomas, Talkback is one of the install options. If you installed it, it
should have opened when mozilla crashed and asked you to fill out some
information and send a report. You find the takkback id by going to something
like C:\Program Files\mozilla.org\Mozilla\0.9.9\components\ and double clicking
on talkback.exe . This will open a window that lists all the crashes that have
occured. Just report the last crash ID. Thanks :)
Updated•23 years ago
|
Keywords: stackwanted
Comment 5•23 years ago
|
||
This is a reduced testcase. It seems similar to another crasher that was filed
recently. The page has a background image that is the same as an image inserted
into the page with the <img> tag. I will try to find it and get a new TB ID for
this testcase in a second.
Comment 6•23 years ago
|
||
The talkback id is TB4221508X. The bug I was thinking of, bug 130599, has been
marked as a duplicate of bug 128282. I am not quite sure that I agree with that
though and have commented in the bug to that effect. However, this should
probably be marked as a duplicate of bug 130599 regardless.
Updated•23 years ago
|
nsImageWin::DrawTile
[d:\builds\seamonkey\mozilla\gfx\src\windows\nsImageWin.cpp, line 799]
nsRenderingContextImpl::DrawTile
[d:\builds\seamonkey\mozilla\gfx\src\nsRenderingContextImpl.cpp, line 968]
nsCSSRendering::PaintBackgroundWithSC
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSRendering.cpp, line 3123]
nsCSSRendering::PaintBackground
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSRendering.cpp, line 2627]
nsHTMLContainerFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLContainerFrame.cpp, line 98]
CanvasFrame::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsHTMLFrame.cpp, line 390]
PresShell::Paint
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5711]
nsView::Paint [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 280]
nsViewManager::RenderDisplayListElement
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1175]
nsViewManager::RenderViews
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1124]
nsViewManager::Refresh [d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp,
line 719]
nsViewManager::DispatchEvent
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1709]
HandleEvent [d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 83]
nsWindow::DispatchEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 869]
nsWindow::DispatchWindowEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 891]
nsWindow::OnPaint [d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp,
line 4510]
nsWindow::ProcessMessage
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3399]
nsWindow::WindowProc
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 1131]
KERNEL32.DLL + 0x3613 (0xbff63613)
KERNEL32.DLL + 0x248f7 (0xbff848f7)
0x00648c16
0x00058f64
Comment 8•23 years ago
|
||
This is fixed on the trunk but not in 0.9.9
*** This bug has been marked as a duplicate of 128282 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•