Closed Bug 705361 Opened 14 years ago Closed 14 years ago

listing ftp with many files is slow

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

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%
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
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
Confirmed on OSX nightly.
OS: Windows 7 → All
Hardware: x86 → All
maybe duplication of Bug 705174
Is this a regression?
No, FireFox 3.6.24 have same problem.
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.
Version: 9 Branch → Trunk
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; }
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.