Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Can we get a spellchecker for the editor?

Please...and thank you.

Also, why can't I paste anything anymore?

While you're fixing those two things, could you also give us some nicer looking emoticons?

thanks again!


Comments

  • opeth313xopeth313x Member Posts: 234
    I would like a spell checker also. As for the pasting problem, it could be the browser you are using, though I'm not sure. I can paste in Internet Explorer just fine.

    image

  • skywisenightskywisenight Member UncommonPosts: 348


    Yes, the browser makes a difference.  If you look at the javascript for the editor, you will see:

    if(isIE){

    insertImg(lblCut,"cut.gif",...);
    insertImg(lblCopy,"copy.gif",...);
    insertImg(lblPaste,"paste.gif",...);
    }

    I can comfirm that Firefox allows Ctrl+V pasting aswell, even without the toolbar buttons.






  • Originally posted by opeth313x
    I would like a spell checker also. As for the pasting problem, it could be the browser you are using, though I'm not sure. I can paste in Internet Explorer just fine.

    Ahh...I'll bet it's my firefox browser! I thought it might be that but...




  • Originally posted by skywisenight


    Yes, the browser makes a difference.  If you look at the javascript for the editor, you will see:

    if(isIE){

    insertImg(lblCut,"cut.gif",...);
    insertImg(lblCopy,"copy.gif",...);
    insertImg(lblPaste,"paste.gif",...);
    }

    I can comfirm that Firefox allows Ctrl+V pasting aswell, even without the toolbar buttons.






    Ctrl + v is working now for firefox...I tried that some time ago but it didn't work. I'm happy it's back! Thanks for reminding me about that Sky!

    but in Internets Explorer I have no buttons in the forums!

    weird...


Sign In or Register to comment.