[horde] Help window non-redimensionnable in IE ?
Etienne Goyer
etienne.goyer at linuxquebec.com
Wed Dec 17 11:46:41 PST 2003
Stupid me ...
Five mninutes of Google was all it took to find an answer to my
question...
If this is of interest, the following trivial patch add a 'resizable'
parameter to the Javascript window.open().
--- templates/javascript/open_help_win.js.orig Wed Dec 17 14:45:44 2003
+++ templates/javascript/open_help_win.js Wed Dec 17 14:46:08 2003
@@ -35,7 +35,7 @@
win_top = screen_height - help_win_height - 20;
win_left = screen_width - help_win_width - 20;
HelpWin = window.open(url, 'HelpWindow',
- 'width=' + help_win_width + ',height=' + help_win_height + ',top=' + win_top + ',left=' + win_left
+ 'width=' + help_win_width + ',height=' + help_win_height + ',top=' + win_top + ',left=' + win_left + ',resizable'
);
HelpWin.focus();
}
On Wed, Dec 17, 2003 at 02:36:07PM -0500, Etienne Goyer wrote:
> Hi,
>
> I noticed that help window are not redimensionnable in IE. I do not
> have this problem with Mozilla. I am running CVS HEAD from early
> November, if that make any difference.
>
> Is this done by design ? If not, is this a known issue (I guess so ...)
> In any case, is there a known workaround ?
>
> Thanks !
>
> --
> Etienne Goyer Linux Québec Technologies Inc.
> http://www.LinuxQuebec.com etienne.goyer at linuxquebec.com
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
--
Etienne Goyer Linux Québec Technologies Inc.
http://www.LinuxQuebec.com etienne.goyer at linuxquebec.com
More information about the horde
mailing list