You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Geoff Callender (JIRA)" <de...@tapestry.apache.org> on 2007/11/23 13:36:44 UTC

[jira] Created: (TAPESTRY-1926) DateField disabling does not work

DateField disabling does not work
---------------------------------

                 Key: TAPESTRY-1926
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1926
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 5.0.6
         Environment: JBoss, Safari
            Reporter: Geoff Callender


This DateField does not become disabled - data can be typed in and the picker button works as normal:

   <th><t:label for="expiryDate"/></th>
   <td><input t:id="expiryDate" t:type="DateField" value="user.expiryDate" format="${dateFieldFormat}" disabled="true"/></td>

Viewing the rendered page source, it appears the "disabled" attribute is erroneously output on the <td> instead of on the <input> tag:

   <th><label for="expiryDate" id="expiryDate:label">Expiry Date</label></th>
   <td disabled="disabled"><input id="expiryDate" name="expiryDate" type="text" value="31/12/2010"><button class="t-calendar-trigger" id="expiryDate:trigger"><img alt="[Show]" src="/jumpstart-min/assets/jscalendar/img.gif"></button><img alt="[Error]" class="t-error-icon t-invisible" id="expiryDate:icon" src="/jumpstart-min/assets/tapestry/field-error-marker.png"></td>



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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1926) DateField disabling does not work

Posted by "Geoff Callender (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoff Callender updated TAPESTRY-1926:
--------------------------------------

    Component/s:     (was: Core Components)
                 tapestry-core

> DateField disabling does not work
> ---------------------------------
>
>                 Key: TAPESTRY-1926
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1926
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.6
>         Environment: JBoss, Safari
>            Reporter: Geoff Callender
>
> This DateField does not become disabled - data can be typed in and the picker button works as normal:
>    <th><t:label for="expiryDate"/></th>
>    <td><input t:id="expiryDate" t:type="DateField" value="user.expiryDate" format="${dateFieldFormat}" disabled="true"/></td>
> Viewing the rendered page source, it appears the "disabled" attribute is erroneously output on the <td> instead of on the <input> tag:
>    <th><label for="expiryDate" id="expiryDate:label">Expiry Date</label></th>
>    <td disabled="disabled"><input id="expiryDate" name="expiryDate" type="text" value="31/12/2010"><button class="t-calendar-trigger" id="expiryDate:trigger"><img alt="[Show]" src="/jumpstart-min/assets/jscalendar/img.gif"></button><img alt="[Error]" class="t-error-icon t-invisible" id="expiryDate:icon" src="/jumpstart-min/assets/tapestry/field-error-marker.png"></td>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1926) DateField disabling does not work

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-1926:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> DateField disabling does not work
> ---------------------------------
>
>                 Key: TAPESTRY-1926
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1926
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.6
>         Environment: JBoss, Safari
>            Reporter: Geoff Callender
>            Assignee: Howard M. Lewis Ship
>
> This DateField does not become disabled - data can be typed in and the picker button works as normal:
>    <th><t:label for="expiryDate"/></th>
>    <td><input t:id="expiryDate" t:type="DateField" value="user.expiryDate" format="${dateFieldFormat}" disabled="true"/></td>
> Viewing the rendered page source, it appears the "disabled" attribute is erroneously output on the <td> instead of on the <input> tag:
>    <th><label for="expiryDate" id="expiryDate:label">Expiry Date</label></th>
>    <td disabled="disabled"><input id="expiryDate" name="expiryDate" type="text" value="31/12/2010"><button class="t-calendar-trigger" id="expiryDate:trigger"><img alt="[Show]" src="/jumpstart-min/assets/jscalendar/img.gif"></button><img alt="[Error]" class="t-error-icon t-invisible" id="expiryDate:icon" src="/jumpstart-min/assets/tapestry/field-error-marker.png"></td>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1926) DateField disabling does not work

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1926.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.8

> DateField disabling does not work
> ---------------------------------
>
>                 Key: TAPESTRY-1926
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1926
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.6
>         Environment: JBoss, Safari
>            Reporter: Geoff Callender
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.8
>
>
> This DateField does not become disabled - data can be typed in and the picker button works as normal:
>    <th><t:label for="expiryDate"/></th>
>    <td><input t:id="expiryDate" t:type="DateField" value="user.expiryDate" format="${dateFieldFormat}" disabled="true"/></td>
> Viewing the rendered page source, it appears the "disabled" attribute is erroneously output on the <td> instead of on the <input> tag:
>    <th><label for="expiryDate" id="expiryDate:label">Expiry Date</label></th>
>    <td disabled="disabled"><input id="expiryDate" name="expiryDate" type="text" value="31/12/2010"><button class="t-calendar-trigger" id="expiryDate:trigger"><img alt="[Show]" src="/jumpstart-min/assets/jscalendar/img.gif"></button><img alt="[Error]" class="t-error-icon t-invisible" id="expiryDate:icon" src="/jumpstart-min/assets/tapestry/field-error-marker.png"></td>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org