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 2007/05/07 20:35:15 UTC

[jira] Updated: (ADFFACES-486) show/hide icons for a Tree component do not display on PDAs.

     [ https://issues.apache.org/jira/browse/ADFFACES-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piyush Hari updated ADFFACES-486:
---------------------------------

    Attachment: patch_may07_1_22PM_treeskin_bug.patch

This patch provides a fix for the issue.  PDA browsers do not render unicode characters used to form the triangular icons. For ex : " &#9658; " is used in the rendererd HTML to depict a '<' arrow. So, these will have to be replaced by text supported on PDA browsers. Since, we can use '<' and '>' , but won't be able to have an arrow in the downward direction using standard keyboard characters, I will suggest to use a [+] and [-] for hidden/expanded cases.

> show/hide icons for a Tree component do not display on PDAs.
> ------------------------------------------------------------
>
>                 Key: ADFFACES-486
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-486
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: PDAs
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_may07_1_22PM_treeskin_bug.patch
>
>
> Look at trinidad-demo example on PDAs for Tree component. The show/hide icons to the left of tree nodes do not render. This needs to be fixed.

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