Closed
Bug 30407
Opened 25 years ago
Closed 25 years ago
Browser freezes mousing over URL
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: joki)
References
()
Details
(Keywords: perf, testcase)
Attachments
(1 file)
|
1.11 KB,
text/html
|
Details |
Once this page has loaded, moving the mouse over one of the URL links under
"Departmental Information", eg. "undergraduate", causes Mozilla to freeze.
| Reporter | ||
Comment 1•25 years ago
|
||
BTW, this is with Mozilla 2000030313
Comment 2•25 years ago
|
||
Wow... the HTML of that page is really screwed up. There are approximately 40
nested <small> and </small> tag pairs around some of it. Eugh. I wonder if:
<META NAME="Generator" CONTENT="Microsoft Word 97">
could be the reason? ;-)
Test case attached with as many <small>s removed as possible while keeping a
hard crash. Remove a few more and it crashes less severely, a few more than that
and it works OK. Strange. Also, removing the FONT tag also stops it crashing.
Gerv
Keywords: testcase
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
This might be related to 29515 (both crash on mouseover links, but have very
different code). Is that just because mouseover links causes a reflow?
Comment 5•25 years ago
|
||
that's just ugly. updating component and owner.
Assignee: cbegle → rickg
Component: Browser-General → HTML Element
Keywords: perf
QA Contact: asadotzler → petersen
Joki -- didn't your fix last night address this?
Assignee: rickg → joki
| Reporter | ||
Comment 7•25 years ago
|
||
Seems fixed in latest build
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•