[wp-trac] Re: [WordPress Trac] #8021: Firefox spell checker not
working in contentEditable areas
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 22 02:42:15 GMT 2009
#8021: Firefox spell checker not working in contentEditable areas
--------------------------+-------------------------------------------------
Reporter: Otto42 | Owner: anonymous
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Future Release
Component: General | Version: 2.7
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+-------------------------------------------------
Comment(by 112502):
Umm ... It uses GoogleSpell, not the Firefox Spellchecker.
As I've mentioned multiple times, disabling auto-check fixes the issue,
and makes the the behavior consistent on both browsers. In clicking the
button or right-click Spell Check on Firefox, it worked perfectly fine
every time.
It's only when you're using the onLoad event there's a problem.
Change "if(!s.gecko_spellcheck)t.getBody().spellcheck=0;" to
"spellcheck=0". Done. Finished. No problem. ;-)
Turn on the Spellchecker, it works every single time.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/8021#comment:14>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list