You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Grant Smith (JIRA)" <de...@myfaces.apache.org> on 2007/05/18 20:20:17 UTC

[jira] Commented: (MYFACES-654) HTML TLD differences between myFaces and the RI

    [ https://issues.apache.org/jira/browse/MYFACES-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496988 ] 

Grant Smith commented on MYFACES-654:
-------------------------------------

Hmm.. now that it's time to remove the attributes in Myfaces that are not present in the RI, I'm worried about breaking user's applications that may already depend on them ? For example, I cam see how people would use the onclick attribute of commandLink, and be frustrated that it no longer works after it's removed. What's the general feeling on this, should we go ahead and remove all these attributres, or just leave them in ?

P.S. I just removed the commandButton's size attribute

> HTML TLD differences between myFaces and the RI
> -----------------------------------------------
>
>                 Key: MYFACES-654
>                 URL: https://issues.apache.org/jira/browse/MYFACES-654
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.4.1-SNAPSHOT, 1.1.5-SNAPSHOT
>            Reporter: Manfred Klug
>         Assigned To: Grant Smith
>         Attachments: AbstractTagLibTestCase.java, ReferenceImplementationCompareTestCase.java
>
>
> There are still differences in the possible attributes between myFaces and the RI.
> myFaces attributes not in the RI:
>   commandButton
>     size
>   commandLink
>     onclick
>   dataTable
>     align
>     datafld
>     dataformatas
>     datasrc
>   form
>     name
>   inputSecret
>     align
>   inputText
>     align
>   inputTextarea
>     datafld
>     dataformatas
>     datasrc
>   message
>     dir
>     lang
>     onclick
>     ondblclick
>     onkeydown
>     onkeypress
>     onkeyup
>     onmousedown
>     onmousemove
>     onmouseout
>     onmouseover
>     onmouseup
>   messages
>     dir
>     lang
>     onclick
>     ondblclick
>     onkeydown
>     onkeypress
>     onkeyup
>     onmousedown
>     onmousemove
>     onmouseout
>     onmouseover
>     onmouseup
>   outputFormat
>     dir
>     lang
>     onclick
>     ondblclick
>     onkeydown
>     onkeypress
>     onkeyup
>     onmousedown
>     onmousemove
>     onmouseout
>     onmouseover
>     onmouseup
>   outputText
>     dir
>     lang
>     onclick
>     ondblclick
>     onkeydown
>     onkeypress
>     onkeyup
>     onmousedown
>     onmousemove
>     onmouseout
>     onmouseover
>     onmouseup
>   panelGrid
>     align
>     datafld
>     dataformatas
>     datasrc
>   panelGroup
>     dir
>     lang
>     onclick
>     ondblclick
>     onkeydown
>     onkeypress
>     onkeyup
>     onmousedown
>     onmousemove
>     onmouseout
>     onmouseover
>     onmouseup
>     title
>   selectBooleanCheckbox
>     alt
>     datafld
>     dataformatas
>     datasrc
>   selectManyCheckbox
>     alt
>     datafld
>     dataformatas
>     datasrc
>   selectManyListbox
>     datafld
>     dataformatas
>     datasrc
>   selectManyMenu
>     datafld
>     dataformatas
>     datasrc
>   selectOneListbox
>     datafld
>     dataformatas
>     datasrc
>   selectOneMenu
>     datafld
>     dataformatas
>     datasrc
>   selectOneRadio
>     alt
>     datafld
>     dataformatas
>     datasrc
> --------------------------------------------------------------
> Attributes missing in myFaces:
>   commandButton
>     readonly
>   outputLabel
>     tabindex
>   selectManyCheckbox
>     border
>   selectManyListbox
>     accesskey
>     onselect
>   selectManyMenu
>     accesskey
>     onselect
>   selectOneListbox
>     accesskey
>     onselect
>   selectOneMenu
>     accesskey
>     onselect
> --------------------------------------------------------------
> Case difference:
>   form
>     acceptCharset <-> acceptcharset

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.