Closed
Bug 40680
(object-codebase)
Opened 25 years ago
Closed 17 years ago
OBJECT attribute 'codebase' doesn't affect 'data' attribute
Categories
(Core Graveyard :: Plug-ins, defect, P4)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: Antti.Nayha, Assigned: db48x)
References
()
Details
(Keywords: html4, relnote, Whiteboard: relnote-devel[PL2:P4][HTML4-13.3])
Attachments
(2 files)
2.68 KB,
patch
|
Details | Diff | Splinter Review | |
5.95 KB,
patch
|
Details | Diff | Splinter Review |
Overview description:
The 'codebase' attribute of the HTML 4.0 OBJECT element is not supported.
See http://www.w3.org/TR/REC-html40/struct/objects.html#adef-codebase-OBJECT
for the definition.
Steps to reproduce:
1) View the URL.
Actual results:
A regular, non-inverted photograph of a handsome Labrador retriever embedded
on the page.
Expected results:
An inverted image of the same dog.
Build date & platform:
2000-05-22-08, Linux.
Reporter | ||
Comment 1•25 years ago
|
||
Oops, wrong URL. Also adding 'html4' keyword and a dependency on this to bug
7954 (HTML 4 meta bug).
Comment 2•24 years ago
|
||
Andrei, if you don't feel confortable with this, try to figure out who should
help.
Assignee: clayton → av
Reporter | ||
Comment 3•24 years ago
|
||
I just realized that codebase _is_ actually supported - it just doesn't affect
the 'data' URI, only 'classid'. I haven't tested yet whether it affects
'archive' or not.
Adjusting the summary.
Summary: OBJECT attribute 'codebase' not supported → OBJECT attribute 'codebase' doesn't affect relative 'data' URI
Reporter | ||
Comment 5•24 years ago
|
||
I'll try to come up with a release note for this one ASAP.
Keywords: relnote
Whiteboard: relnote-devel
Reporter | ||
Comment 6•24 years ago
|
||
Proposed release note (for developer release notes):
"The 'codebase' attribute of the OBJECT element doesn't affect relative URIs in
the 'data' attribute value. Workaround: use absolute URIs in the OBJECT's
'data' attribute value when 'codebase' attribute is present."
Feel free to try and clarify it if you think that sounds clumsy.
Comment 7•24 years ago
|
||
Nom. nsbeta1 on correctness-of-standards-compliance grounds. In particular,
until we fix this, we're essentially preventing developers from taking advantage
of codebase at all in their content and forcing them to use absolute URIs (which
are more labor-intensive to maintain).
Keywords: nsbeta1
Comment 8•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Updated•24 years ago
|
Keywords: mozilla0.9.1
Comment 11•24 years ago
|
||
not critical to 0.9.1 moving to 0.9.2
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 12•24 years ago
|
||
<CLUELESS>
Does this bug have anything to do with the fact that the table at
http://www.sls.nl/hospiteren.htm fails to be populated in Mozilla yet works in
IE? If not, does anyone know if there is a bug report filed yet for this
phenomenon? This bug is the closest I could find...
</CLUELESS>
BTW... shouldn't mozilla0.9.2 keyword be added?
Reporter | ||
Comment 13•24 years ago
|
||
> Does this bug have anything to do with the fact that the table at
> http://www.sls.nl/hospiteren.htm fails to be populated in Mozilla yet works in
> IE?
No. Nothing to do with 'codebase', but everything to do with ActiveX controls.
See http://www.iol.ie/~locka/mozilla/mozilla.htm for (rather technical) details
about ActiveX support in Mozilla.
SPAM. HTML Element component is deprecated, changing to Layout component. See
bug 88132 for details.
Come on Bugzilla, you can do it...
Component: HTML Element → Layout
Comment 19•22 years ago
|
||
this particular issue works for plug-ins, but does not work for images and
documents. Reassigning to Peter, since he has done this for plug-ins
Assignee: av → peterl
Component: Layout → Plug-ins
Priority: P3 → P4
QA Contact: moied → shrir
Whiteboard: relnote-devel → relnote-devel[PL2:P4]
Target Milestone: mozilla1.1alpha → Future
Updated•22 years ago
|
Whiteboard: relnote-devel[PL2:P4] → relnote-devel[PL2:P4][HTML4-13.3]
Updated•22 years ago
|
Status: NEW → ASSIGNED
Updated•20 years ago
|
Alias: object-codebase
Updated•20 years ago
|
Assignee: peterl-bugs → nobody
Status: ASSIGNED → NEW
QA Contact: shrir → core.plugins
Assignee | ||
Comment 20•20 years ago
|
||
that should fix it
Assignee: nobody → db48x
Status: NEW → ASSIGNED
Attachment #177518 -
Flags: superreview?(bzbarsky)
Attachment #177518 -
Flags: review?(jst)
Assignee | ||
Comment 21•20 years ago
|
||
oh, it should be noted that this patch depends on the one in bug 213701
Assignee | ||
Comment 22•20 years ago
|
||
Actually, this one is probably better. It cleans up a few other places to use
the getters so that it gets absolute urls automatically, and in some cases
doesn't resolve the urls twice.
Attachment #177536 -
Flags: review?(jst)
Assignee | ||
Updated•20 years ago
|
Attachment #177518 -
Flags: superreview?(bzbarsky)
Attachment #177518 -
Flags: review?(jst)
Comment 23•19 years ago
|
||
Changing summary so it is clear this is not about data URIs.
Summary: OBJECT attribute 'codebase' doesn't affect relative 'data' URI → OBJECT attribute 'codebase' doesn't affect 'data' attribute
Comment 24•19 years ago
|
||
sigh, it took me some time to realize that comment 23 should've said "data attributes" instead of "data URIs"
anyway, fixed by bug 1156.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Attachment #177536 -
Flags: review?(jst)
Comment 25•19 years ago
|
||
What exactly is unclear about comment 23? I believe it describes what I meant...
Comment 26•19 years ago
|
||
oh. turns out I just misread it. sorry.
Comment 27•17 years ago
|
||
This isn't working anymore. See, for instance, the example in bug 401249.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 29•17 years ago
|
||
This was fixed on the trunk (Firefox 3.0), not the 1.8 branch.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 17 years ago
Resolution: --- → FIXED
Comment 30•17 years ago
|
||
Yup, sorry. I had tried it in Gran Paradiso Alpha 7, where it failed; but it does appear to be working in the latest nightly.
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•