You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Tim Böhler (JIRA)" <ji...@apache.org> on 2012/10/23 16:45:12 UTC

[jira] [Created] (TAP5-2017) Triggerfragment Mixin does not work when used within a table element for IE7

Tim Böhler created TAP5-2017:
--------------------------------

             Summary: 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.6, 5.3.5, 5.3.4
            Reporter: Tim Böhler


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="otherContactNote" 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

[jira] [Updated] (TAP5-2017) Triggerfragment Mixin does not work when used within a table element for IE7

Posted by "Tim Böhler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Böhler updated TAP5-2017:
-----------------------------

    Description: 
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>







  was:
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="otherContactNote" rows="4" maxlength="250" />   
                </t:formfragment>
             </td>
         </tr>
    </table>
</t:form>







    
> 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.4, 5.3.5, 5.3.6
>            Reporter: Tim Böhler
>              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

[jira] [Updated] (TAP5-2017) Triggerfragment Mixin does not work when used within a table element for IE7

Posted by "Tim Böhler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Böhler updated TAP5-2017:
-----------------------------

    Description: 
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>







  was:
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="otherContactNote" rows="4" maxlength="250" />   
                </t:formfragment>
             </td>
         </tr>
    </table>
</t:form>







    
> 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.4, 5.3.5, 5.3.6
>            Reporter: Tim Böhler
>              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