[FIXED] [V0.6] Load UserControl with Tab + HtmlEditor dinamically

Page 3 of 3 FirstFirst 123
  1. #21

    RE: [FIXED] [V0.6] Load UserControl with Tab + HtmlEditor dinamically

    Hi Leo,

    Thanks for the update.*


    If you disable FireBug, does a JavaScript error message get thrown? I think that message is just an uncaught exception and FireBug is trapping.*It probably has something to do with the HtmlEditor <iframe>.*Typically a js error will not get thrown to the user and I thinks that's why you don't get the error message in IE or any browser other than FF with FB running.*


    Hope this helps.






    Geoffrey McGill
    Founder
  2. #22

    RE: [FIXED] [V0.6] Load UserControl with Tab + HtmlEditor dinamically



    Hi Geoffrey,

    Yes, if I completely disable the Firebug the javascript error message still get thrown. I can still see the message on Firebug Error Console.
    On the previous release I reported it was even worst because I could not even use the editor on FF. As I said on the previous thread, the message now is slightly different althought the error code is the same.

    Please, have a look at this: http://extjs.com/forum/showthread.php?p=210590

    I agree with you, it is something to do with the Editor <iframe> indeed.

    Leo.
  3. #23

    RE: [FIXED] [V0.6] Load UserControl with Tab + HtmlEditor dinamically



    I the ext post you linked to there was a workaround proposed. Does the workaround help solve the problem?

    <ext:HtmlEditor 
        ID="HtmlEditor1" 
        runat="server">
        <CustomConfig>
            <ext:ConfigItem Name="autoMonitorDesignMode" Value="false" Mode="Raw" />
        </CustomConfig>
        <Listeners>
            <Show Handler="el.checkDesignMode();" />
        </Listeners>
    </ext:HtmlEditor>
    Geoffrey McGill
    Founder
  4. #24

    RE: [FIXED] [V0.6] Load UserControl with Tab + HtmlEditor dinamically



    Hi Geoffrey,

    Thanks for your reply. No, unfortunately it does not work for me with this workaround. I also tested setting the HideMode to Offset which some people suggested as a workaround. None solved the problem.

    I didn't know that it was possible to add config items as the way you've done. It gives us more power to test any other suggestion. I always get impressed the clear way you guys do things. Well done!

    Another update: I told you the message appears but the editor was working, but sorry to inform that it is not true. The Editor does not work in FF.

    Let me know if you have any other idea to solve this issue.

    Thanks
    Leo.
  5. #25

    RE: [FIXED] [V0.6] Load UserControl with Tab + HtmlEditor dinamically



    Hi Geoffrey,

    Do you have any update for the "uncaught exception: 0x80040111" problem that happens on FF?

    uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMNSHTML&#100;ocument.designMode]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://.../WebResource.axd?d=2l8PQ_g...14840133750000 :: anonymous :: line 29525"  data: no]
    
    
    Line 0
    I need go for a solution on this, but I ran out of ideas.

    Your help would be very appreciated.
    Thanks.

    Leo.
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Load Usercontrol on DesktopModule
    By Kaveh in forum 2.x Help
    Replies: 6
    Last Post: Apr 28, 2012, 4:59 AM
  2. regarding usercontrol load in runtime
    By ranjit2k99 in forum 1.x Help
    Replies: 22
    Last Post: May 30, 2011, 1:38 PM
  3. load usercontrol in viewport
    By maxdiable in forum 1.x Help
    Replies: 1
    Last Post: Jul 28, 2010, 11:01 PM
  4. Load usercontrol by AjaxEvents
    By latif in forum 1.x Help
    Replies: 4
    Last Post: Dec 15, 2009, 3:22 PM
  5. Replies: 1
    Last Post: Aug 06, 2008, 1:23 PM

Posting Permissions