Closed
Bug 574545
Opened 15 years ago
Closed 4 years ago
Page Info > Media should preview object tags
Categories
(Firefox :: Page Info Window, enhancement)
Firefox
Page Info Window
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mozilla.bugs, Unassigned)
References
Details
Attachments
(1 file)
6.02 KB,
patch
|
db48x
:
feedback+
|
Details | Diff | Splinter Review |
Page Info should preview object elements in addition to embed elements.
This will partially fix Bug 453703 (for the <object> svg case). This patch requires much of the code in Bug 515549, so I have submitted it for the moment with that code as well. When it lands, I will update the patch.
Attachment #453949 -
Flags: feedback?(db48x)
Reporter | ||
Updated•15 years ago
|
Version: unspecified → Trunk
Updated•15 years ago
|
Attachment #453949 -
Flags: feedback?(db48x) → feedback+
Comment 1•15 years ago
|
||
Comment on attachment 453949 [details] [diff] [review]
Patch v. 1.0
Don't forget that an <object> may have <param> tags inside of it that tell the plugin what to do. They'll have to be cloned and added to the iframe as well, otherwise the preview probably won't match what the user sees on the original page.
Reporter | ||
Comment 2•15 years ago
|
||
Since the work on Bug 515549 is put on hold for design discussions with User Experience. I don't have time to work on this, and I am unassinging myself from the bug. There is a possibility that in the future, I will work on this again, but it would be quite some time before I do.
Assignee: mozilla.bugs → nobody
Status: ASSIGNED → NEW
Comment 3•4 years ago
|
||
I don't think object tags are used much these days now that we don't support plugins anymore.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Comment 4•4 years ago
|
||
Why the plugin support is relevant? object tags can load images without relying on plugins.
You need to log in
before you can comment on or make changes to this bug.
Description
•