Thanks both for your answers. :) We have [if IE version 9 or less] block loading some javascript for IE, which includes jQuery. Wrapping that block in NotInSmartEdit blockmarks seems to have helped.
On Fri, Aug 2, 2013 at 2:15 PM, Mario Brandt <[email protected]> wrote: > Hi Daniel, > > when it comes to jQuery you have to use jQuery.noConflict(); and don't > use $('something'). > > > Cheers > Mario > > On 1 August 2013 14:57, Jian Huang <[email protected]> wrote: > > Hi Daniel, > > > > I have seen that before when I was using JavaScript/JQuery to > remove/clone a > > DOM object containing SmartEdit reddot. That crashes things the same > way. > > > > I guess you can use FireFox firebug or Chrome to debug things in > SmartEdit > > mode, but I think you will only see the error from a Management Server > js, > > instead of the js that causes the error. > > > > Hope this info give you a head start. > > > > > > > > On Thursday, August 1, 2013 6:03:47 AM UTC-4, Daniel Petroff wrote: > >> > >> Hi Everybody! > >> > >> We have come across an issue with our SmartEdit interface and I was > hoping > >> somebody has seem this before and can suggest a work-around. > >> > >> The problem: > >> When in SmartEdit mode - open a page for editing and edit one of the > >> elements which opens in a separate window (like a text field). When OK > is > >> lciked, the page refreshed to show the changes except it only shows > white. > >> If I move the mouse around I can see the cursor changing as if the > content > >> of the page is still there (under the white) but I cannot do anything > else. > >> Refreshing the page takes me back to the SmartEdit home page which > means I > >> have to navigate all the way back to the page I was editing to be able > to > >> continue. This is obviously making it very difficult to edit content. :) > >> > >> The environment: > >> RedDot V9 > >> Browser - IE7 (yes, i know its terrible but that is the only thing we > have > >> available here). > >> > >> What we think it is: > >> Javascript from the site interfering with the JavaScript from RD... > >> > >> We rely on JavaScript for the menus so cannot just turn it off. > >> > >> Any suggestions? > >> > >> Thanks for your help! > >> Dan > > > > -- > > You received this message because you are subscribed to the Google Groups > > "RedDot CMS Users" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/reddot-cms-users. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/reddot-cms-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/groups/opt_out.
