[wp-trac] [WordPress Trac] #13326: Wodpress does not function on iPad in View (non HTML Mode0

WordPress Trac wp-trac at lists.automattic.com
Mon May 10 21:00:49 UTC 2010


#13326: Wodpress does not function on iPad in View (non HTML Mode0
--------------------------+-------------------------------------------------
 Reporter:  Astriker      |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  Editor        |     Version:  3.0       
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------
Changes (by toscho):

 * cc: toscho (added)


Comment:

 The iPad
 [http://developer.apple.com/safari/library/technotes/tn2010/tn2262/index.html#//apple_ref/doc/uid/DTS40009577-CH1-DontLinkElementID_7
 doesn’t support contenteditable].

 Maybe we could replace the element with a textarea after a check?
 {{{
 if(typeof(element.contentEditable) != 'undefined')
 // modern content
 else
 // fallback
 }}}

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


More information about the wp-trac mailing list