Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 373979

Summary: Disable textview spellcheck on Firefox
Product: [ECD] Orion Reporter: Silenio Quarti <Silenio_Quarti>
Component: EditorAssignee: Project Inbox <orion.editor-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: mihai.sucan
Version: 0.4   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Silenio Quarti CLA 2012-03-12 11:58:07 EDT
On Firefox, the spellcheck attribute is not respected for contentEditable DIVs. The only way to disable spell checking on the text view is by adding the attribute to the body element of the page.  Other browsers like Chrome and Opera 
properly respect the attribute. IE does not do spell checking.

This became an issue since we removed the IFRAME.

Here is the mozilla bug for a reference:

https://bugzilla.mozilla.org/show_bug.cgi?id=494351
Comment 1 Silenio Quarti CLA 2012-10-03 17:37:41 EDT
New mozilla bug

https://bugzilla.mozilla.org/show_bug.cgi?id=674927

Closing this one as there is nothing we can do about it other then wait for the fix in Firefox.