Details
Description
The outputMedia component renders out in a typical fashion where an <object> tag wraps an <embed> tag to provide legacy cross-browser support.
<object>
...
<embed>
...
</embed>
</object>
However, if you manually add an <embed> tag to an ICEfaces page (either wrapped in an <object> tag or by itself), the node is never rendered to the client.
<object>
...
<embed>
...
</embed>
</object>
However, if you manually add an <embed> tag to an ICEfaces page (either wrapped in an <object> tag or by itself), the node is never rendered to the client.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18645 | Wed Mar 25 10:13:43 MDT 2009 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/conf/tld/xhtml.tld
|
Deryk Sinotte
created issue -
Deryk Sinotte
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 | |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Assignee Priority | P1 |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Added the embed tag to the core TLD so that our parser will recognize it.
r18645 | deryk.sinotte | 2009-03-25 09:13:43 -0700 (Wed, 25 Mar 2009) | 1 line
ICE-4265: added <embed> to tld for our parser