You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Simon Lessard (JIRA)" <de...@myfaces.apache.org> on 2007/09/24 18:07:51 UTC

[jira] Created: (TRINIDAD-736) Dialog popup isn't skinned when launched only with inputDate or inputColor

Dialog popup isn't skinned when launched only with inputDate or inputColor
--------------------------------------------------------------------------

                 Key: TRINIDAD-736
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-736
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.2-core
            Reporter: Simon Lessard


The style map is initialized only when the dialog popup is launched using a dialog:foo rule. However, since inputDate and inputColor use a dialog not launched using that mechanic, the style map is never initialized so that the popup does not appear skinned when launched by those until another popup is launched through navigation rule. After that, the style map  is initialized and calendar and color picker dialogs appear correctly.

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


[jira] Resolved: (TRINIDAD-736) Dialog popup isn't skinned when launched only with inputDate or inputColor

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

Danny Robinson resolved TRINIDAD-736.
-------------------------------------

    Resolution: Fixed
      Assignee: Danny Robinson

Added DialogStyleScriptlet for outputting dialog styles.  Reworked date picker and dialog launch code to use it.
Unable to add Fix Version at present due to on-going 1.0.3 release work.

> Dialog popup isn't skinned when launched only with inputDate or inputColor
> --------------------------------------------------------------------------
>
>                 Key: TRINIDAD-736
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-736
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.2-core
>            Reporter: Simon Lessard
>            Assignee: Danny Robinson
>
> The style map is initialized only when the dialog popup is launched using a dialog:foo rule. However, since inputDate and inputColor use a dialog not launched using that mechanic, the style map is never initialized so that the popup does not appear skinned when launched by those until another popup is launched through navigation rule. After that, the style map  is initialized and calendar and color picker dialogs appear correctly.

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