[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:53:50 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):

 Sorry, let me try that again ---

 I've asked before what was the intended behavior: was it supposed to auto-
 check in both browsers and work, or was it supposed to rely on the user
 clicking a button?

 There are too many tangents in this thread.

 The correct behavior (I'm sorry, I messed up a little there) ... would be
 have Browser Consistency and have the Spell Check work, correct?

 Easy --- change tiny_mce.js:

 {{{
 if(!s.gecko_spellcheck)t.getBody().spellcheck=0;
 }}}

 To:

 {{{
 t.getBody().spellcheck=0;
 }}}

 Problem solved.

 Browser Consistency ... Working Spell Checker.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/8021#comment:15>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list