webTextEditor and Firfox 20.x

3 replies. Last post: July 1, 2013 10:23 PM by Bernard Xiang
Tags :
  • (None)
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 Replies

Hi John,

I tried to replicate your issue in our local end using WebTextEditor and the unofficial hotfix. Unfortunately, this matter doesn't happen in our local end. I'm using 3 different doctype to replicate this issue in our local end which are HTML5, XHTML and HTML4. Also I tried this issue in Firefox 20.0.1 and 22.0. To replicate this issue in our local end, we really need your help. Could you send us a simple sample or any detail steps that can replicate this issue? Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Hi Bernard,

   This issue occurs with version 904 of webUI, it does work with the unofficical fix v905.  I thought that this unoffical hotfix only fixed the webCombo error.  I didn't apply the hotfix for the textEditor.  When I added it, it works.  So the question is when will this fix be offically released?

 

thanks

 

Hi John,

Actually, the unofficial hotfix fixes some problem from jQuery and Firefox 20 browser. That hotfix also applied inside our framework. That's why this hotfix maybe solved other problem regarding Firefox 20 and jQuery from other products. We are still focusing on our 2013 R1 release that cause some delay for releasing our hotfix. So I assume this hotfix might be added to our new installer. Hope this helps.

Regards,
Bernard

All times are GMT -5. The time now is 8:22 PM.
Previous Next