innovaeditor and light box Conflicting in IE6 and IE7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • omerbutt
    Contributor
    • Nov 2006
    • 638

    innovaeditor and light box Conflicting in IE6 and IE7

    hi every 1 i have a site in which i have embeded the innova editor i am using it on several pages but at only one place it is acting abnormally when it replaces the textarea with the editor (THIS ONLY HAPPENS IN INTERNET EXPLORER 6.1, 7 and 8) the main thing is that i have include lightbox and innovaeditor on the single page and both of them are conflicting with each other now i have to use both of them here cannot omit any one of them
    any suggestions
    Regards,
    Omer Aslam
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    do you know what conflicts? do you have a link to an example page? basicly you could resolve such conflicts by using seperate scopes which means that each of the libs needs to be assigned to their own scope ... i guess currently you just included the libs in the page which will add both of the libs to the window-scope and they might overwrite each others methods or similar. so you would need to scope them correctly ... but to give you a specific advice it would be better to see that in action ...

    kind regards

    Comment

    • omerbutt
      Contributor
      • Nov 2006
      • 638

      #3
      yeah i was doing exactly the same here is the url

      you can see the page there and please do guide me with how to scope it so that i can do it myself in future
      regards,
      Omer Aslam

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        You could also look at alternatives to Lightbox that are in their own scope "out of the box".

        Comment

        • gits
          Recognized Expert Moderator Expert
          • May 2007
          • 5390

          #5
          after rethinking that ... i just wonder whether it would really be a scoping-issue ... since that should occur in all browsers? .... i'll have a look at the example this evening at home where i would have an IE ready :) ... don't have one here at the office ...

          kind regards

          Comment

          • gits
            Recognized Expert Moderator Expert
            • May 2007
            • 5390

            #6
            tested it with an IE6 on linux and an IE8 on win7 ... and as far as i could see it works as it does in FF and Chrome ... so i don't see an error?

            kind regards

            Comment

            Working...