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/09/24 02:16:22 UTC

[jira] Created: (ADFFACES-193) fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile

fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile
-----------------------------------------------------

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


'selectRangeChoiceBar' is used to allow the user to select a range of
records to display among a larger set of records. It allows the user to move
back and forth through these records. selectRangeChoiceBar renders a
Previous button, a choice, and a Next button. The choice contains options
for ranges.

This component is currently not supported on IE mobile and Pocket IE but
works fine for desktop and BlackBerry applications.

Thus, I propose fixing "selectRangeChoiceBar" component in trinidad on IE
mobile and Pocket IE.



-- 
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-193) fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile

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

Piyush Hari updated ADFFACES-193:
---------------------------------

    Status: Patch Available  (was: Open)

> fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile
> -----------------------------------------------------
>
>                 Key: ADFFACES-193
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-193
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_nov14_5_23PM_selectRangeChoiceBar_PDA.patch, patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch
>
>
> 'selectRangeChoiceBar' is used to allow the user to select a range of
> records to display among a larger set of records. It allows the user to move
> back and forth through these records. selectRangeChoiceBar renders a
> Previous button, a choice, and a Next button. The choice contains options
> for ranges.
> This component is currently not supported on IE mobile and Pocket IE but
> works fine for desktop and BlackBerry applications.
> Thus, I propose fixing "selectRangeChoiceBar" component in trinidad on IE
> mobile and Pocket IE.

-- 
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-193) fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile

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

Piyush Hari updated ADFFACES-193:
---------------------------------

    Status: Patch Available  (was: Open)

> fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile
> -----------------------------------------------------
>
>                 Key: ADFFACES-193
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-193
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch
>
>
> 'selectRangeChoiceBar' is used to allow the user to select a range of
> records to display among a larger set of records. It allows the user to move
> back and forth through these records. selectRangeChoiceBar renders a
> Previous button, a choice, and a Next button. The choice contains options
> for ranges.
> This component is currently not supported on IE mobile and Pocket IE but
> works fine for desktop and BlackBerry applications.
> Thus, I propose fixing "selectRangeChoiceBar" component in trinidad on IE
> mobile and Pocket IE.

-- 
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] Commented: (ADFFACES-193) fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-193?page=comments#action_12449784 ] 
            
Adam Winer commented on ADFFACES-193:
-------------------------------------

Adding a new global variable, unprefixed, like _lastValue, isn't OK.  And, for that matter,  I can't find anything in this patch that actually sets this global _lastValue.

I recommend entirely disabling the use of _lastValue on PDAs.

> fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile
> -----------------------------------------------------
>
>                 Key: ADFFACES-193
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-193
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch
>
>
> 'selectRangeChoiceBar' is used to allow the user to select a range of
> records to display among a larger set of records. It allows the user to move
> back and forth through these records. selectRangeChoiceBar renders a
> Previous button, a choice, and a Next button. The choice contains options
> for ranges.
> This component is currently not supported on IE mobile and Pocket IE but
> works fine for desktop and BlackBerry applications.
> Thus, I propose fixing "selectRangeChoiceBar" component in trinidad on IE
> mobile and Pocket IE.

-- 
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-193) fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile

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

Piyush Hari updated ADFFACES-193:
---------------------------------

    Attachment: patch_nov14_5_23PM_selectRangeChoiceBar_PDA.patch

As per Adam's suggestions, this patch removes _lastValue support for PDAs. 

> fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile
> -----------------------------------------------------
>
>                 Key: ADFFACES-193
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-193
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_nov14_5_23PM_selectRangeChoiceBar_PDA.patch, patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch
>
>
> 'selectRangeChoiceBar' is used to allow the user to select a range of
> records to display among a larger set of records. It allows the user to move
> back and forth through these records. selectRangeChoiceBar renders a
> Previous button, a choice, and a Next button. The choice contains options
> for ranges.
> This component is currently not supported on IE mobile and Pocket IE but
> works fine for desktop and BlackBerry applications.
> Thus, I propose fixing "selectRangeChoiceBar" component in trinidad on IE
> mobile and Pocket IE.

-- 
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-193) fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile

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

Adam Winer updated ADFFACES-193:
--------------------------------

    Status: Open  (was: Patch Available)

> fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile
> -----------------------------------------------------
>
>                 Key: ADFFACES-193
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-193
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch
>
>
> 'selectRangeChoiceBar' is used to allow the user to select a range of
> records to display among a larger set of records. It allows the user to move
> back and forth through these records. selectRangeChoiceBar renders a
> Previous button, a choice, and a Next button. The choice contains options
> for ranges.
> This component is currently not supported on IE mobile and Pocket IE but
> works fine for desktop and BlackBerry applications.
> Thus, I propose fixing "selectRangeChoiceBar" component in trinidad on IE
> mobile and Pocket IE.

-- 
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-193) fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile

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

Piyush Hari updated ADFFACES-193:
---------------------------------

    Attachment: patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch

I am submitting the patch resolving this issue (patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch). Kindly review. major changes are as follows:

1. Creating new properties on the fly using object.fooproperty is not supported on PDA javascript. For ex. this._lastValue is not supported on PDA. So, make a global variable _lastValue in core.js

2. for PDAs submit the form in a non-PPR style because innrHTML on a select component is not supported.



> fix 'selectRangeChoiceBar' on Pocket IE and IE Mobile
> -----------------------------------------------------
>
>                 Key: ADFFACES-193
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-193
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_sept24_3_59PM_selectRangeChoiceBar_PDA.patch
>
>
> 'selectRangeChoiceBar' is used to allow the user to select a range of
> records to display among a larger set of records. It allows the user to move
> back and forth through these records. selectRangeChoiceBar renders a
> Previous button, a choice, and a Next button. The choice contains options
> for ranges.
> This component is currently not supported on IE mobile and Pocket IE but
> works fine for desktop and BlackBerry applications.
> Thus, I propose fixing "selectRangeChoiceBar" component in trinidad on IE
> mobile and Pocket IE.

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