Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#21416 closed defect (bug) (fixed)

Don't load TinyMCE in Opera Mobile

Reported by: azaozz's profile azaozz Owned by: azaozz's profile 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)

21416.patch (893 bytes) - added by azaozz 14 years ago.
21416-2.patch (1.5 KB) - added by azaozz 14 years ago.

Download all attachments as: .zip

Change History (7)

@azaozz
14 years ago

#1 @azaozz
14 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In [21361]:

TinyMCE: don't load in Opera Mobile as it doesn't support contentEditable yet, fixes #21416

#2 @dd32
14 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 @nacin
14 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Could ( $is_opera && ! wp_is_mobile() ) work?

#4 @azaozz
14 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.

Version 0, edited 14 years ago by azaozz (next)

@azaozz
14 years ago

#5 @azaozz
14 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In [21367]:

TinyMCE: better exclusion of Opera mobile, fixes #21416

Note: See TracTickets for help on using tickets.