Javascript: I Have A Custom Right-click Menu But Still Want The Spellcheck!
I wrote a custom right-click menu thing for my website. Firefox automatically does spellchecking and underlines mis-spelled words. However I can no longer right click on these word
Solution 1:
Not exactly a solution but I've read that a shift right-click will give you the firefox menu if it's overridden by a website.
Solution 2:
You can change spell-checking progmatically by changing the spellcheck
attribute on an element. Just implement that in your custom context menu.
Post a Comment for "Javascript: I Have A Custom Right-click Menu But Still Want The Spellcheck!"