Sizing and resizing bugs in the cuteeditor

  •  07-25-2007, 11:54 AM

    Sizing and resizing bugs in the cuteeditor

    Create this simple page below and see how the cuteedit does not size itself correctly in either firefox or ie7.

    Then remove the doctype tag and see what happens...

    I've been trying for several long days now to get cuteedit to resize w/ the browser window when I came upon this issue which seems to be causing some of the root problem.

    I'm about ready to give up and concede that cuteedit is only happy when given fixed sizes at design-time. Not a great user experience... 

    Is this true?

    I've tried wrapping cuteedit in div tags, tried absolute, relative, and static positioning, etc...

    It just ignores the 100% and creates its own (small) sizes.

    I'm running out of gin to get me through this in one piece.

    I'm considering going back to 5.3 but I was hoping to get better firefox support w/ 6.0. So far, not so good..

    Anyone else have this problem - know a work around (other than removing doctype)?

    Thanks all for any help.

    -Michael

    <%@ Page Language="vb" AutoEventWireup="false"%>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <%@ Register TagPrefix="ce" Namespace="CuteEditor" Assembly="CuteEditor" %>

    <html xmlns="http://www.w3.org/1999/xhtml">

    <head runat="server">

    <title>Untitled Page</title>

    </head>

    <body>

    <form id="form1" runat="server">

    <ce:Editor ID="ctlCuteEditor" Height="100%" Width="100%" runat="server" DOCTYPE>

    <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"

    Height="100%" Width="100%"></FrameStyle>

    </ce:Editor>

    </form>

    </body>

    </html>

View Complete Thread