You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bino Kohli (JIRA)" <de...@myfaces.apache.org> on 2011/08/31 23:52:09 UTC

[jira] [Created] (TRINIDAD-2136) Disabled option is not supported in IOS

Disabled option is not supported in IOS 
----------------------------------------

                 Key: TRINIDAD-2136
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2136
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.0
         Environment: IOS  
            Reporter: Bino Kohli


Disabled option , ie <option disabled ="disabled">  not supported on IOS , 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TRINIDAD-2136) Disabled option is not supported in IOS

Posted by "Bino Kohli (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bino Kohli updated TRINIDAD-2136:
---------------------------------

    Status: Patch Available  (was: Open)

> Disabled option is not supported in IOS 
> ----------------------------------------
>
>                 Key: TRINIDAD-2136
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2136
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0
>         Environment: IOS  
>            Reporter: Bino Kohli
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Disabled option , ie <option disabled ="disabled">  not supported on IOS , 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TRINIDAD-2136) Disabled attribute in option element is not supported in IOS

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson updated TRINIDAD-2136:
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1
           Status: Resolved  (was: Patch Available)

Applied the patch

> Disabled attribute in option element is not supported in IOS 
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-2136
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2136
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0
>         Environment: IOS  
>            Reporter: Bino Kohli
>             Fix For: 2.0.1
>
>         Attachments: Trinidad_Bug_12928351.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Disabled option , ie <option disabled ="disabled">  not supported on IOS , 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (TRINIDAD-2136) Disabled attribute in option element is not supported in IOS

Posted by "Bernd Bohmann (Reopened) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann reopened TRINIDAD-2136:
-------------------------------------

      Assignee: Andrew Robinson

Where is the 'Grant license to ASF for inclusion in ASF works' for the patch
                
> Disabled attribute in option element is not supported in IOS 
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-2136
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2136
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-core
>         Environment: IOS  
>            Reporter: Bino Kohli
>            Assignee: Andrew Robinson
>             Fix For: 2.0.1-core
>
>         Attachments: Trinidad_Bug_12928351.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Disabled option , ie <option disabled ="disabled">  not supported on IOS , 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TRINIDAD-2136) Disabled attribute in option element is not supported in IOS

Posted by "Bino Kohli (Updated) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bino Kohli updated TRINIDAD-2136:
---------------------------------

    Status: Patch Available  (was: Reopened)
    
> Disabled attribute in option element is not supported in IOS 
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-2136
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2136
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-core
>         Environment: IOS  
>            Reporter: Bino Kohli
>            Assignee: Andrew Robinson
>            Priority: Blocker
>             Fix For: 2.0.1-core
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Disabled option , ie <option disabled ="disabled">  not supported on IOS , 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (TRINIDAD-2136) Disabled option is not supported in IOS

Posted by "Bino Kohli (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094938#comment-13094938 ] 

Bino Kohli edited comment on TRINIDAD-2136 at 8/31/11 9:57 PM:
---------------------------------------------------------------

As ios safari does not support the disabled attribute on the option element. I added a capability in ios.xml file to skip the disabled option .

      was (Author: bkohli):
    As the ios does not support the disabled component. I added a separate condition in ios.xml file to skip the disabled option .
  
> Disabled option is not supported in IOS 
> ----------------------------------------
>
>                 Key: TRINIDAD-2136
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2136
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0
>         Environment: IOS  
>            Reporter: Bino Kohli
>         Attachments: Trinidad_Bug_12928351.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Disabled option , ie <option disabled ="disabled">  not supported on IOS , 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira