[
https://issues.apache.org/jira/browse/TAP5-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Böhler updated TAP5-2017:
-----------------------------
Priority: Minor (was: Major)
Affects Version/s: (was: 5.3.6)
(was: 5.3.5)
(was: 5.3.4)
5.3.7
> Triggerfragment Mixin does not work when used within a table element for IE7
> ----------------------------------------------------------------------------
>
> Key: TAP5-2017
> URL: https://issues.apache.org/jira/browse/TAP5-2017
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.3.7
> Reporter: Tim Böhler
> Priority: Minor
> Labels: ie7, javascript, mixins
>
> Internet Explorer 7 displays this JavaScript-Error when a FormFragment is
> triggered within a table element, and the FormFragment doesn't show up:
> Error: Object doesn't support this property or method
> Line: 18
> Char: 17
> Code: 0
> URI: .../tapestry/t5-formfragment.js
> example.tml:
> <t:form t:id="exampleForm" autofocus="false" secure="true"
> novalidate="novalidate">
> <t:errors/>
> <table>
> <tr>
> <td>
> <t:checkbox t:id="exampleCheckbox" t:mixins="triggerfragment"
> fragment="exampleFragment" />
> <t:label for="exampleCheckbox">Checkbox</t:label>
> </td>
> </tr>
> <tr>
> <td>
> <t:formfragment t:id="exampleFragment"
> visible="exampleCheckbox">
> <t:textarea t:id="exampleTextArea" rows="4"
> maxlength="250" />
> </t:formfragment>
> </td>
> </tr>
> </table>
> </t:form>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira