[wp-trac] [WordPress Trac] #18626: Update user_can_richedit to allow TinyMCE with iOS5/contentEditable support
WordPress Trac
wp-trac at lists.automattic.com
Fri Sep 9 20:13:24 UTC 2011
#18626: Update user_can_richedit to allow TinyMCE with iOS5/contentEditable support
--------------------------+------------------
Reporter: markoheijnen | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.3
Component: Editor | Version: 3.3
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------
Comment (by nacin):
These globals all kind of suck. It'd be nice to bring them into a
singleton or function rather than spawning new ones. Maybe even something
that someone could extend and offer better detection.
Further, we should stop with device detection, and get into feature
detection. Specifically, two features we need to know about for smart
mobile phones -- are they touch (which we need to know for responsive
stuff), and do they support TinyMCE. If we do is_iOS and is_android, we
leave out WP7, which we really shouldn't.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18626#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list