Forums

This topic is locked

Advanced HTML Editor 2 - Insert Picture Bug

Posted 23 May 2007 13:32:41
1
has voted
23 May 2007 13:32:41 billy flynt posted:
Using IE, the insert picture dialog does not (always) expand so that the user can see/press the Upload button to begin browsing locally for a image file. We have a screenshot if you need it, but the right side of the dialog is basically clipped by the window frame of the dialog, so no control buttons present.

Thanks.

Replies

Replied 23 May 2007 13:36:09
23 May 2007 13:36:09 billy flynt replied:
If this is an IE issue, is there a way to workaround or push IE to display the Advanced HTML Editor dialog box correctly?

Edited by - on 23 May 2007 13:36:46
Replied 25 May 2007 05:08:09
25 May 2007 05:08:09 billy flynt replied:
We have narrowed it down to laptops, possibly device drivers delivering a wide aspect ratio, pushing the content in the fixed dialog to the side. Is it possible to enlarge the fixed dialog to accomodate?
Replied 29 May 2007 12:14:24
29 May 2007 12:14:24 Georgi Kralev replied:
Hi Billy,

If you want to enlarge Insert Image dialog box you will have to manually change some of the code in AdvHTMLEdit.js file (Usually it is situated into ScriptLibrary folder).
To do that find the following line in AdvHTMLEdit.js:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
var imageWin=window.open(BaseURL+'AdvHTML_Popups/insert_image.html?'+ModalDialogStr,'image','status=0, channelmode=0,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,toolbar=0, height=290, width=440, status=no, scroll=no, left='+(screen.width/2-220)+',top='+(screen.height/2-150)); <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

then you can adjust the values of the following properties: height=290, width=440
I hope that you will find this workaround useful.

Note:
1. When you reapply DW behaviors the new version of the file will be overwritten with the original one. Therefore, modify it when you have finished working with the page.
2. This workaround comes AS IS (without warranty or support).

Regards,


Georgi Kralev

----------------------------------
Support - www.DMXzone.com

Reply to this topic