Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#31937 closed defect (bug) (fixed)

TinyMCE: disable the autoresize plugin in iOS

Reported by: azaozz Owned by: azaozz
Priority: normal Milestone: 4.2
Component: TinyMCE Version: 4.2
Severity: normal Keywords:
Cc: Focuses:

Description

In iOS, the height of the editor in Press This is 21408360px. Seems caused by the styling and the autoresize plugin.

Safari in iOS always expands all iframes to at least the height of the content document, overriding anything that is set in CSS or JS. There is no need for another script trying to do the same for the editor.

Change History (1)

#1 @azaozz
11 years ago

  • Owner set to azaozz
  • Resolutionfixed
  • Status newclosed

In 32095:

TinyMCE: disable the wp-autoresize plugin in iOS. All iframes there are already expanded to the height of the content document.
Fixes #31937.

Note: See TracTickets for help on using tickets.