Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27569 closed defect (bug) (fixed)

DFW: content not responsive

Reported by: iseulde's profile iseulde Owned by: helen's profile helen
Milestone: 3.9 Priority: normal
Severity: normal Version: 3.9
Component: Editor Keywords: has-patch
Focuses: ui Cc:

Description

max-width: 100%; seems to be overruled by inline styles. Not sure if this is TinyMCE adding that or something else. Adding an !important flag and box-sizing: border-box; solves the issue.

Attachments (2)

Screen Shot 2014-03-28 at 11.03.39.png (17.3 KB) - added by iseulde 11 years ago.
27569.patch (521 bytes) - added by iseulde 11 years ago.

Download all attachments as: .zip

Change History (7)

@iseulde
11 years ago

#1 @iseulde
11 years ago

  • Keywords has-patch added

#2 @samuelsidler
11 years ago

  • Milestone changed from Awaiting Review to 3.9

#3 follow-up: @helen
11 years ago

  • Milestone changed from 3.9 to Future Release

This isn't new, punting. The inline width comes from $content_width. Also, DFW has more general problems at smaller widths - let's not pretend half of it can be responsive when the rest of it isn't.

#4 in reply to: ↑ 3 @helen
11 years ago

  • Milestone changed from Future Release to 3.9

Replying to helen:

Also, DFW has more general problems at smaller widths - let's not pretend half of it can be responsive when the rest of it isn't.

I lied, caching got me :) Moving this back and getting it in.

#5 @helen
11 years ago

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

In 27821:

Allow the fullscreen editor's content area to also be responsive. props avryl. fixes #27569.

Note: See TracTickets for help on using tickets.