You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jasper Rosenberg (JIRA)" <ji...@apache.org> on 2009/08/20 21:16:59 UTC

[jira] Reopened: (WW-3190) Add tbody tags around xhtml theme form table to enclose any hidden elements

     [ https://issues.apache.org/struts/browse/WW-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jasper Rosenberg reopened WW-3190:
----------------------------------


I agree that facebook is not a good enough reason to address this issue, but I think the larger issue is something that at some point should be fixed, which is that hidden fields in the xhtml theme won't pass http://validator.w3.org/check (even with the tbody addition).  Really these hidden fields need to be moved outside the table to be directly in the form and that, unfortunately, is much trickier to fix...

> Add tbody tags around xhtml theme form table to enclose any hidden elements
> ---------------------------------------------------------------------------
>
>                 Key: WW-3190
>                 URL: https://issues.apache.org/struts/browse/WW-3190
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.6
>            Reporter: Jasper Rosenberg
>            Priority: Minor
>             Fix For: 2.1.8
>
>
> For whatever reason, with "Quickling" enabled facebook's html parsing barfs if there are hidden inputs directly within a table.  However, if you add the tbody tags it works fine.  This is easy enough to fix just by adding <tbody> to the end of control.ftl and </tbody> to the start of control-close.ftl

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