bug - readonly does not work in Mozilla Firefox when "preview" mode is enabled by default

  •  10-01-2008, 12:06 PM

    bug - readonly does not work in Mozilla Firefox when "preview" mode is enabled by default

    the subject.
     
    some code:
     
    txt = New RichTextBox
    txt.ShowBottomBar = False
    txt.ShowToolBar = False
    txt.EnableBrowserContextMenu = True
    txt.Width = Unit.Percentage(100)
    txt.ActiveTab = CuteEditor.TabType.View
     
    However manual change from Normal/HTML to Preview mode correctly marks the window as read-only.
View Complete Thread