Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#38289 closed defect (bug) (fixed)

The Visual editor layout may "overflow" in iOS Safari

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

Description

Happens on iPad when there is a very long string. Seems Safari makes the iframe wider to accommodate the string, ignoring overflow-wrap: break-word; and any widths set in the CSS.

Change History (3)

#1 @azaozz
10 years ago

Adding

width: 100px;
min-width: 100%;

on the iframe document element seems to fix this. Will commit it for easier testing.

Last edited 10 years ago by azaozz (previous) (diff)

#2 @azaozz
10 years ago

  • Owner set to azaozz
  • Resolutionfixed
  • Status newclosed

In 38782:

TinyMCE: prevent iOS Safari from expanding the iframe width beyond the container width.

Fixes #38289.

#3 @swissspidy
10 years ago

  • Summary The Visual editor layout may "overfllow" in iOS SafariThe Visual editor layout may "overflow" in iOS Safari
Note: See TracTickets for help on using tickets.