EditorWysiwygModeCss Not working in Safari

Last post 12-05-2008, 2:36 AM by Graphite. 2 replies.
Sort Posts: Previous Next
  •  12-04-2008, 10:51 AM 46576

    EditorWysiwygModeCss Not working in Safari

    Hi All

    I have just upgraded to version 6 ASP and don't seem to be able to get the EditorWysiwygModeCss parameter to function in Safari

    It is all working fine in FF(mac/PC) and  IE7 but Safari on PC and Mac does not show the styles in the wysiwyg display

    Can anyone point me in the right direction?

    Thanks

    Steve 
  •  12-04-2008, 12:10 PM 46585 in reply to 46576

    Re: EditorWysiwygModeCss Not working in Safari

    Steve,
     
    Do you have the same problems with this example?
     
    http://cutesoft.net/asp/Using-External-Style-Sheets.asp?css=/asp/backgroundimage.css

    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

  •  12-05-2008, 2:36 AM 46605 in reply to 46585

    Re: EditorWysiwygModeCss Not working in Safari

    Hi again Adam

    No, it seems to work, but the CSS styles won't apply

    It seems that in Safari, the ability to apply the CSS from the dropdowns/view the CSS correctly does not work.

    Interestingly FF displays the image incorrectly (I assume)

    My code is as follows:

    Dim editor1
    Set editor1 = New CuteEditor
    editor1.ID = "content"
    editor1.Text = content
    editor1.FilesPath = "CuteEditor_Files"
    editor1.ThemeType="Office2003"
    editor1.Width = 520
    editor1.Height = 260
    editor1.BreakElement = "P"
    editor1.ShowBottomBar = true
            editor1.ConfigurationPath = "CuteEditor_Files/Configuration/limeGinger.config"
    editor1.EditorWysiwygModeCss = "limeginger.css"

    editor1.Draw() 

    The  CSS section of shared/common.config as follows:

    <dropdowns>
    <CssClass>     
           <item text="Heading" value="userHeading"></item>
    <item text="Sub Heading" value="userSubheading"></item>
    <item text="Introduction" value="userIntroPara"></item>
    </CssClass>

    None of the styles in my css file display in Safari, but they do in the other browsers


    Steve 

     
     
View as RSS news feed in XML