Closed
Bug 274977
Opened 20 years ago
Closed 19 years ago
Slowdown when dynamically applying CSS rule "text-decoration: underline" to a LONG element
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: itakez, Assigned: bugzilla)
Details
Hello, I experience massive slowdown while viewing this page: http://www.k-arvutisalong.ee/Detailid.htm Especially when i scroll page, text got underlined for some time, then back normal and again, menwhile browser uses all my proccessor resources. On this pahe is quite a big list of items(text), my other browser handle it well, so i thought it could be some bug in proccessing page, sorry if i'm wrong and wasting your time. Thank you. Some system information: AMD Athlon XP 2000, 512 ram. I got SP2 installed and all latest updates.
Comment 1•20 years ago
|
||
That page is badly written. It uses CSS hover to set an text underline for an
(acccidentally) *very* big element ("ALGUS"). Naturally, underlining that all
takes a lot of time.
<HTML>
...
<STYLE type=text/css>A:link {
TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
A:visited {
TEXT-DECORATION: none
}
A:hover {
COLOR: #CC0000; FONT-FAMILY: Ariel; TEXT-DECORATION: underline
}
</STYLE>
<BODY BGCOLOR=#FFFFFF>
<FONT FACE=Serif>
<BASEFONT SIZE="5">
<A NAME="ALGUS">
...A *long* page here...Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Slowdown → Slowdown when dynamically applying CSS rule "text-decoration: underline" to a LONG element
Comment 2•19 years ago
|
||
the page is not there anymore.
Comment 3•19 years ago
|
||
No testcase, no way to reproduce... invalid until one of those appears.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•