#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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Adding
on the iframe document element seems to fix this. Will commit it for easier testing.