You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Danny Robinson (JIRA)" <de...@myfaces.apache.org> on 2007/06/28 16:27:26 UTC

[jira] Updated: (TRINIDAD-35) Dialog Framework to support 'iframe/lightweight' dialogs

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

Danny Robinson updated TRINIDAD-35:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2-core
           Status: Resolved  (was: Patch Available)

Alternative iframe dialogs implementation is now available.  The following context-param fill force dialogs to be rendered in popup iframes rather than new browser windows (avoiding popup issues).  The feature can be currently enabled via with the following context parameter in web.xml.

Those using daily builds from head, should remember to clear your browser cache.

<context-param>
<param-name>org.apache.myfaces.trinidadinternal.renderkit.USE_DIALOG_POPUP</param-name>
<param-value>true</param-value>
</context-param>


> Dialog Framework to support 'iframe/lightweight' dialogs
> --------------------------------------------------------
>
>                 Key: TRINIDAD-35
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-35
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>            Reporter: Danny Robinson
>            Assignee: Danny Robinson
>            Priority: Minor
>             Fix For: 1.0.2-core
>
>         Attachments: dhtmlDialogFramework.patch, dhtmlDialogFramework.patch, dhtmlDialogFramework.patch, dialog.patch
>
>
> Trinidad dialog framework currently opens dialog windows in new browser window.  Patch required to provide lightweight iframe dialog windows that won't cause popup blocker issues are are skinnable.

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