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/11 00:34:19 UTC

[jira] Created: (ADFFACES-236) fix showDetail with prompt facet on a PDA

fix showDetail with prompt facet on a PDA
-----------------------------------------

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


The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.

On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.

If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.

On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.

I propose to fix this.


-- 
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-236) fix showDetail with prompt facet on a PDA

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

Comment on patch:

- There's no reason to use "MacOSSwitcherIcon" over in the PdaHtmlSkin.

Could you fix this and submit a new patch?

> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

-- 
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-236) fix showDetail with prompt facet on a PDA

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

Piyush Hari updated ADFFACES-236:
---------------------------------

    Attachment: patch_oct17_01_31AM_showhide_pda.patch

i am attaching the new patch. This does not use MacOSSwitcher

> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch, patch_oct17_01_31AM_showhide_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

-- 
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-236) fix showDetail with prompt facet on a PDA

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

Piyush Hari updated ADFFACES-236:
---------------------------------

    Attachment: patch_oct10_01_31AM_navigationPane_pda.patch

I am providing patch that solves this issue (patch_oct10_01_31AM_navigationPane_pda.patch). Show/Hide icons are added in PDA skin. Since, Pocket IE and IE Mobile are not successfully rendering texticons created with unicode characters, I am using [+] and [-].



> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

-- 
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-236) fix showDetail with prompt facet on a PDA

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

Adam Winer updated ADFFACES-236:
--------------------------------

    Status: Open  (was: Patch Available)

> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

-- 
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-236) fix showDetail with prompt facet on a PDA

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

Adam Winer updated ADFFACES-236:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed
      Assignee: Adam Winer

Checked in patch.

> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>         Assigned To: Adam Winer
>            Priority: Minor
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch, patch_oct17_01_31AM_showhide_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

-- 
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-236) fix showDetail with prompt facet on a PDA

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

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

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

> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>         Environment: PDA
>            Reporter: Piyush Hari
>         Assigned To: Adam Winer
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch, patch_oct17_01_31AM_showhide_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

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


[jira] Updated: (ADFFACES-236) fix showDetail with prompt facet on a PDA

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

Piyush Hari updated ADFFACES-236:
---------------------------------

    Status: Patch Available  (was: Open)

> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

-- 
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-236) fix showDetail with prompt facet on a PDA

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

Piyush Hari updated ADFFACES-236:
---------------------------------

    Status: Patch Available  (was: Open)

> fix showDetail with prompt facet on a PDA
> -----------------------------------------
>
>                 Key: ADFFACES-236
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-236
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct10_01_31AM_navigationPane_pda.patch, patch_oct17_01_31AM_showhide_pda.patch
>
>
> The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
> On a desktop, it shows up as linked hide/show icon followed by linked disclosed/undisclosed Text.
> If the prompt facet is present, this will be used instead of the disclosedText and undisclosedText attributes.
> On a PDA, it shows up as a linked disclosed/undisclosed Text only. There is no icon.Since the prompt facet 
> can be anything, we need to add a linked icon  (like the desktop) to enable user to toggle.
> I propose to fix this.

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