webTextEditor and Firfox 20.x

3 replies. Last post: July 1, 2013 10:23 PM by Bernard Xiang
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
John BoninMember

Hi,

  There is a conflict with the current version of webUI and Firefox 20.x when using the jQuery UI 10.2 library.  I have reported this problem with WebCombo and there was an unoffical hotfix that fixed that problem.  With webTextEditor, you can not add any text in the text editor.

 

To see this problem with the Intersoft samples, open any master page and add the following line into the <head> section.  Then run the sample in Firefox 20.x.

    <script type="text/javascript">
        //<![CDATA[
        document.write([
            "\<script src='",
            ("https:" == document.location.protocol) ? "https://" : "http://",
            "ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js' type='text/javascript'>\<\/script>"].join(''));

        document.write([
            "\<script src='",
            ("https:" == document.location.protocol) ? "https://" : "http://",
            "ajax.aspnetcdn.com/ajax/jquery.ui/1.10.2/jquery-ui.min.js' type='text/javascript'>\<\/script>"].join(''));

        document.write([
            "\<link rel='Stylesheet' href='",
            ("https:" == document.location.protocol) ? "https://" : "http://",
            "ajax.aspnetcdn.com/ajax/jquery.ui/1.10.2/themes/flick/jquery-ui.css' type='text/css'\/>"].join(''));

        //]]>  
    </script>

This loads the jQuery library from Microsoft's CDN.  If you remove the last 5 lines loading the jquery-ui.css stylesheet, it will work.  So the conflict is with this stylesheet.  Actually if you remove the rel=Stylesheet, it will also work.

Any idea when this Firefox hotfix will be released or do we need to wait for the next major release?

I have a site going live in 2 weeks and most users are using Firefox.

 

NOTE:  I've loaded these libraries locally with the same result.

 

tanks

john

All times are GMT -5. The time now is 7:35 AM.
Previous Next