Re: No tools in the toolbars - JavaScript is enabled

  •  10-10-2007, 4:23 AM

    Re: No tools in the toolbars - JavaScript is enabled

    Hi
     
    Sorry should have realised i have this problem exactly......
     
    And my solution......
     
    Was to add a link to the page which takes the user to another page. On the new page it has one line of javascript which says "history.go(-1)". Lo and behold the controls appear! You can test this manually....
     
    1. Open the editor http://cutesoft.net/example/general.aspx (no toolbar appears)
    2. type in the URL http://www.bbc.co.uk (or any url) and hit enter
    3. Click back in the browser.
    4. Your toolbar will appear as if by magic and you can edit the page!
     
    My guess is that on some browsers, some of the time, cos it only needs this occasionally on some of our machines, the code trys to run before certain bits have downloaded or initialised. I did raise this with cutesoft, but it seemed to get lost and was never solved properly, my solution is a fudge for our minority of editors that have the problem.
     
    However even this may not solve your problems!!
     
    Maybe you are having javascript errors. Does your browser stop on every error with a dialog box? If not turn on "display a notification for javascript errors". I always have this switched altho it can be very annoying when browsing the web, because you wouldnt believe how many sites have javascript errors!
     
    Hope this helps.
     
     
View Complete Thread