You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Piyush Hari (JIRA)" <ad...@incubator.apache.org> on 2006/10/17 23:51:35 UTC

[jira] Created: (ADFFACES-242) button does not display on Pocket IE and IE Mobile.

button does not display on Pocket IE and IE Mobile.
---------------------------------------------------

                 Key: ADFFACES-242
                 URL: http://issues.apache.org/jira/browse/ADFFACES-242
             Project: MyFaces ADF-Faces
          Issue Type: Bug
         Environment: PDA
            Reporter: Piyush Hari
            Priority: Minor


A button component does not display as a button. Only the button text is rendered.This is because it is rendered as a HTML  button element that is not supported by Pocket IE and IE Mobile. Therefore, I propose to update the capabilities in the present code for Pocket IE and IE Mobile so that a button is rendered as a HTML Input Element and not a HTML Button .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-242) button does not display on Pocket IE and IE Mobile.

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-242?page=all ]

Piyush Hari updated ADFFACES-242:
---------------------------------

    Attachment: patch_oct17_08_28PM_button_pda.patch

I am providing a patch for this issue. Button is rendered as input html element of type button rather than a button html element.

> button does not display on Pocket IE and IE Mobile.
> ---------------------------------------------------
>
>                 Key: ADFFACES-242
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-242
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct17_08_28PM_button_pda.patch
>
>
> A button component does not display as a button. Only the button text is rendered.This is because it is rendered as a HTML  button element that is not supported by Pocket IE and IE Mobile. Therefore, I propose to update the capabilities in the present code for Pocket IE and IE Mobile so that a button is rendered as a HTML Input Element and not a HTML Button .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-242) button does not display on Pocket IE and IE Mobile.

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-242?page=all ]

Piyush Hari updated ADFFACES-242:
---------------------------------

    Status: Patch Available  (was: Open)

> button does not display on Pocket IE and IE Mobile.
> ---------------------------------------------------
>
>                 Key: ADFFACES-242
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-242
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct17_08_28PM_button_pda.patch
>
>
> A button component does not display as a button. Only the button text is rendered.This is because it is rendered as a HTML  button element that is not supported by Pocket IE and IE Mobile. Therefore, I propose to update the capabilities in the present code for Pocket IE and IE Mobile so that a button is rendered as a HTML Input Element and not a HTML Button .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-242) button does not display on Pocket IE and IE Mobile.

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-242:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> button does not display on Pocket IE and IE Mobile.
> ---------------------------------------------------
>
>                 Key: ADFFACES-242
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-242
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: patch_oct20_05_20PM_button_pda.patch
>
>
> A button component does not display as a button. Only the button text is rendered.This is because it is rendered as a HTML  button element that is not supported by Pocket IE and IE Mobile. Therefore, I propose to update the capabilities in the present code for Pocket IE and IE Mobile so that a button is rendered as a HTML Input Element and not a HTML Button .

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