Closed
Bug 705361
Opened 14 years ago
Closed 14 years ago
listing ftp with many files is slow
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 705174
People
(Reporter: gandriyko, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20100101 Firefox/9.0
Build ID: 20111116091359
Steps to reproduce:
1. Open ftp://ftp.byfly.by/pub/savannah.gnu.org/
Quick move mouse.
Actual results:
CPU usage 60-80%
![]() |
||
Comment 1•14 years ago
|
||
Workaround: append the following to userContent.css
tbody > tr:hover {
outline: none !important;
}
Component: General → DOM
Product: Firefox → Core
QA Contact: general → general
Hardware: x86_64 → x86
![]() |
||
Comment 2•14 years ago
|
||
Confirmed on
http://hg.mozilla.org/mozilla-central/rev/84117219ded0
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111125 Firefox/11.0a1 ID:20111125031016
And Aurora10.0a2 and 9.0beta
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Comment 4•14 years ago
|
||
maybe duplication of Bug 705174
Comment 5•14 years ago
|
||
Is this a regression?
![]() |
||
Comment 7•14 years ago
|
||
But Firefox 3.6.24 is slightly faster than Nightly11.0a1.
I think this is diplication of bug 705174 because regression of the slowness are same range of bug 705174.
Updated•14 years ago
|
Version: 9 Branch → Trunk
![]() |
||
Comment 8•14 years ago
|
||
it is slow to draw outline.
http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/global/dirListing/dirListing.css#113
http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/pinstripe/global/dirListing/dirListing.css#113
tbody > tr:hover {
- outline: 1px solid ThreeDLightShadow;
- -moz-outline-radius: .3em;
+ background-color: #ccccff;
}
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•