Closed
Bug 77378
Opened 24 years ago
Closed 23 years ago
Image type not always shown in titlebar
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
mozilla0.9.7
People
(Reporter: bzbarsky, Assigned: pavlov)
References
()
Details
This is a followup to bug 57549
BUILD: Linux build 2001-04-24-08
STEPS TO REPRODUCE:
1) Open a blank new browser
2) Go to an image URL (eg http://www.mozilla.org/images/mozilla-banner.gif)
3) Throbber stops. The titlebar updates.
4) Go to http://www.mozilla.org
5) Go to http://www.mozilla.org/images/mozilla-banner.gif
6) Throbber stops. The titlebar does _not_ update.
7) Reload
8) Throbber stops. The titlebar updates.
EXPECTED RESULTS: the titlebar updates whenever you visit an image URL
ACTUAL RESULTS: the updating only happens sometimes.
Putting in some printf's, it looks like nsImageDocument::EndLayout() is not
always called.
Comment 1•24 years ago
|
||
I ran into this problem on Windows, so setting all/all.
OS: Linux → All
Hardware: PC → All
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.2
Assignee | ||
Comment 2•23 years ago
|
||
images coming from the cache is breaking this.. moving to 0.9.3
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Comment 5•23 years ago
|
||
Doesn't look like this is getting fixed before the freeze tomorrow night.
Pushing out a milestone. Please correct if I'm mistaken.
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.7
Reporter | ||
Comment 7•23 years ago
|
||
*** This bug has been marked as a duplicate of 24478 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•