You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Naoki Takezoe (JIRA)" <de...@myfaces.apache.org> on 2006/07/26 13:02:13 UTC

[jira] Created: (MYFACES-1371) style attribute of and

style attribute of <h:selectManyCheckbox> and <h:selectOneRadio>
----------------------------------------------------------------

                 Key: MYFACES-1371
                 URL: http://issues.apache.org/jira/browse/MYFACES-1371
             Project: MyFaces Core
          Issue Type: Wish
          Components: General
    Affects Versions: 1.1.3
            Reporter: Naoki Takezoe


In JSF-RI, style attribute of <h:selectManyCheckbox> and <h:selectOneRadio> is 
applied to only <table>. However MyFaces applies to <table> and its child <input> tags.

I'm working for WYSIWYG JSP designer for Eclipse.
And I'm planning to make component layout using CSS absolute layout.
(This is the same approach as Sun Java Studio Creator)

For example:

<h:selectManyCheckbox 
  style="location:absolute; top:10; left:10; width:100; height:16;">
   ...
</h:selectManyCheckbox>

JSF-RI can display this JSP well.
But in MyFaces, checkboxes are displayed at the same location.

I couldn't find the clear regulation about this problem in the JSF specification.
So I think that it cannot necessarily declare that it is a bug. 

However I wish to decrease differences of HTML rendering.

Regards.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira