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/05/23 00:35:16 UTC

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

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
            Priority: Minor


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.


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

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

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

    Status: Patch Available  (was: Open)

> 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
>            Priority: Minor
>
> 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.


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

Posted by "Danny Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ 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.


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

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

Danny Robinson commented on TRINIDAD-35:
----------------------------------------

Patch includes panelPopup component from ADF-FACES dialog branch.
Now updated to include default skin selectors and skin settings in base skin file.
Updated Date picker to use iframe dialog.
Requires web.xml setting to activate:
	<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
>            Priority: Minor
>         Attachments: dhtmlDialogFramework.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.