#38289 closed defect (bug) (fixed)
The Visual editor layout may "overflow" in iOS Safari
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
Adding
on the iframe document element seems to fix this. Will commit it for easier testing.