Opened 12 years ago
Closed 12 years ago
#21416 closed defect (bug) (fixed)
Don't load TinyMCE in Opera Mobile
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
Opera Mobile doesn't (yet) support contentEditable mode.
Attachments (2)
Change History (7)
#2
@
12 years ago
For reference, Operas Support Specifications: http://www.opera.com/docs/specs/productspecs/
I'll add a note here, that the Device SDK does support it, but I'm not sure of the User Agent for such browsers - The Device SDK is mostly used when embedded into devices, I haven't heard of any recent devices of note using it however.
#3
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Could ( $is_opera && ! wp_is_mobile() )
work?
#4
@
12 years ago
Yeah, wp_is_mobile() can be used for now (need to update it to include Opera Mobi
too). When Opera Mobile starts supporting contentEditable, we will need more precise detection anyway.
Details on supported features and versions: http://www.opera.com/docs/specs/productspecs/ and on Opera browsers UA: http://my.opera.com/community/openweb/idopera/
In [21361]: