Open
Bug 133933
Opened 23 years ago
Updated 2 years ago
"Full-screen" image display code should use <object>
Categories
(Core :: Layout: Images, Video, and HTML Frames, enhancement)
Tracking
()
NEW
People
(Reporter: Biesinger, Unassigned)
References
Details
from bug 9796:
------- Additional Comment #31 From Ian 'Hixie' Hickson 2001-05-02 22:42 -------
What should happen is that when you are viewing an image, as opposed to an
HTML, TXT or XML document, and it turns out to be broken, some feedback should
be provided to inform you of the problem.
Something like (inline, instead of the image):
/\ This image is not valid.
/__\ URI: http://www.pavlov.net/pr0n/catherine/00055.jpeg
Content-Type: image/jpeg
Error: The JPEG header was missing the JPEG signature. This is probably
not a JPEG image.
Of course, mpt could give you better text.
------- Additional Comment #32 From Ian 'Hixie' Hickson 2001-05-02 23:19 -------
Pavlov: btw, you can probably implement that by using <object> instead of <img>
and by putting the error message in the <object> element's alternate content.
[...]
------- Additional Comment #42 From Christian Biesinger 2002-03-26 07:26 -------
ok; <object> can not be used because of bugs in Mozilla (bug 96976, bug 127963).
I will file a new bug for converting this code to use <object> after they are
resolved.
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Updated•23 years ago
|
Comment 1•23 years ago
|
||
not sure if this is the right place, but this should go to whoever owns the
content viewers.
Assignee: pavlov → jst
Component: ImageLib → DOM Views and Formatting
QA Contact: tpreston → stummala
Reporter | ||
Comment 2•23 years ago
|
||
I fixed bug 9796, I'll take this one too
Assignee: jst → cbiesinger
Updated•23 years ago
|
Priority: -- → P4
Reporter | ||
Comment 3•23 years ago
|
||
->future until the bugs this depends on are fixed
Target Milestone: --- → Future
Reporter | ||
Updated•22 years ago
|
Priority: P4 → P5
Reporter | ||
Updated•22 years ago
|
Priority: P5 → P1
Reporter | ||
Updated•22 years ago
|
Priority: P1 → P5
Reporter | ||
Updated•22 years ago
|
Severity: normal → enhancement
Comment 4•22 years ago
|
||
This is a dup of bug 90256. The patch that has been started in that bug to wrap
plugins in a synthetic document will fix this bug.
Reporter | ||
Updated•22 years ago
|
Reporter | ||
Comment 5•20 years ago
|
||
-> default owner
Assignee: cbiesinger → general
Priority: P5 → --
QA Contact: stummala → ian
Target Milestone: Future → ---
Component: DOM: Views and Formatting → DOM: CSS Object Model
QA Contact: ian → general
Updated•14 years ago
|
QA Contact: general → style-system
Updated•14 years ago
|
Assignee: general → nobody
Component: DOM: CSS Object Model → Layout: Images
QA Contact: style-system → layout.images
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•