You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2013/01/07 23:26:13 UTC

[jira] [Closed] (ROL-1729) Pop-up dialogs displayed from plugins when using IE7 not sized correctly.

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

Glen Mazza closed ROL-1729.
---------------------------

    Resolution: Unresolved

I'm not sure what pop-up dialogs Roller actually has.  Please try with latest versions of IE and Roller.
                
> Pop-up dialogs displayed from plugins when using IE7 not sized correctly.
> -------------------------------------------------------------------------
>
>                 Key: ROL-1729
>                 URL: https://issues.apache.org/jira/browse/ROL-1729
>             Project: Roller
>          Issue Type: Bug
>          Components: Weblog Editor
>    Affects Versions: 4.0
>         Environment: IE7, Roller 4.0
>            Reporter: Terry Smith
>            Assignee: Roller Unassigned
>            Priority: Minor
>
> Pop-up dialogs displayed from plugins when using IE7 do not size correctly to show all content.    Change the following line in dialog.js to be compatible with IE7.
> Dialog._geckoOpenModal = function(url, action, init) {
> 	var dlg = window.open(url, "hadialog",
> // Change sizing to zero to have browser resize according to content (for IE7  mostly).	
> //			      "toolbar=no,menubar=no,personalbar=no,width=10,height=10," +
> 			      "toolbar=no,menubar=no,personalbar=no,width=0,height=0," +
> 			      "scrollbars=no,resizable=yes,modal=yes,dependable=yes");
> 	Dialog._modal = dlg;
> 	Dialog._arguments = init;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira