Open
Bug 600081
Opened 14 years ago
Updated 2 years ago
progress notifications broken for image documents
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: Dolske, Unassigned)
References
()
Details
When loading a large image directly in a tab (ie, http://www.planetary.org/image/MO1_MSLsites.jpg), I get a progress bar that appears and disappears at the appropriate time and place (URL bar or tab), but it never shows anything other than a 0% value, even when the image is clearly progressively loading.
Comment 1•14 years ago
|
||
Does anyone know what set of notifications the progress bars use?
Updated•14 years ago
|
blocking2.0: --- → ?
Updated•14 years ago
|
Keywords: regression
Updated•14 years ago
|
Keywords: regressionwindow-wanted
Updated•14 years ago
|
blocking2.0: ? → final+
Comment 2•14 years ago
|
||
It looks like it's based off of OnProgressChange. See http://mxr.mozilla.org/mozilla-central/source/browser/base/content/tabbrowser.xml#371
Updated•14 years ago
|
Component: General → ImageLib
Product: Firefox → Core
QA Contact: general → imagelib
Comment 3•14 years ago
|
||
Is this really a regression? I think it's just never worked.
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Is this really a regression? I think it's just never worked.
That may well be true.
Shouldn't necko do something for this automatically? Do we need to add some hooks to nsImageDocument or something?
Reporter | ||
Comment 5•14 years ago
|
||
(In reply to comment #3)
> Is this really a regression? I think it's just never worked.
Possible, but it's certainly more visible now.
Comment 6•14 years ago
|
||
I don't know where nsImageDocument bugs go, sadly.
Component: ImageLib → DOM: Core & HTML
Keywords: regression,
regressionwindow-wanted
QA Contact: imagelib → general
3.6 just has a progress spinner which masks this.
Comment 8•14 years ago
|
||
This should be working. What notifications do you see coming through nsDocLoader here?
Comment 9•14 years ago
|
||
Or better yet, through the nsBrowserStatusFilter?
Comment 10•14 years ago
|
||
This bug is now obsolete due to removal of progress lines -> INVALID
A similar problem has already sprung up with the new throbbers -> bug 603658
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Lets use the older bug here. The underlying issue is the same.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Summary: progress bars broken for image documents → progress notifications broken for image documents
Comment 13•14 years ago
|
||
Sure.
603658 has a better (e.g. longer loading) testcase, by the way:
http://www.jaxa.jp/press/2007/11/img/20071107_kaguya_03l.jpg
Blocks: 602964
Status: REOPENED → NEW
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 14•14 years ago
|
||
Here, nice bug 10MB test image for those of us with faster connections:
http://grin.hq.nasa.gov/IMAGES/LARGE/GPN-2000-001102.jpg
I don't think this blocks now that we went back to the other style. It's still visible (we never turn the bar green) but much less annoying.
blocking2.0: final+ → ?
Comment 17•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•