Full Screen mode not in the correct position in both IE & Firefox

Last post 02-18-2008, 9:39 AM by Flintstone. 2 replies.
Sort Posts: Previous Next
  •  02-18-2008, 4:16 AM 37097

    Full Screen mode not in the correct position in both IE & Firefox

    I am using the Editor in a draggable div and have noticed that whenever the div is moved if I choose full screen mode then the output is a div that is in the wrong position (seems like it is positioned relative to where I have dragged the original div).
     
    It would be much better if the top left co-ordinates were 0,0 and the DIV was the size of the screen.
     
    How can I reposition this div when the full screen button is clicked?

  •  02-18-2008, 8:36 AM 37106 in reply to 37097

    Re: Full Screen mode not in the correct position in both IE & Firefox

    Flintstone:
    I am using the Editor in a draggable div and have noticed that whenever the div is moved if I choose full screen mode then the output is a div that is in the wrong position (seems like it is positioned relative to where I have dragged the original div).
     
    It would be much better if the top left co-ordinates were 0,0 and the DIV was the size of the screen.
     
    How can I reposition this div when the full screen button is clicked?

     
    Please open CuteSoft_Client\CuteEditor\Scripts\Constant.js and modfiy the following code:
     
    editorconstant.layerdefaultstyle = "position:absolute;width:104px; height: 104px";
     
    Keep me posted
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-18-2008, 9:39 AM 37111 in reply to 37106

    Re: Full Screen mode not in the correct position in both IE & Firefox

    Changing the values you mentioned appear to make no difference, even changing it to position:static produced the same result.
     
    I would imagine that this would be easily reproducable if you render the editor in a div that is absolutely positioned. Clicking on the full screen button displays the layer about 16 pixels to the top left of the original div and sticking out over the bottom right of the screen.
     
    Full screen should really display the layer all the way from the top left to the bottom right of the screen.
     
     
     
     

View as RSS news feed in XML