WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#26117 closed defect (bug) (fixed)

"Wide" widgets are no longer supported

Reported by: shaunandrews Owned by:
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: Widgets Keywords:
Focuses: ui Cc:

Description

With the merge of MP6, the widgets component brought along a few !important styles that forced widgets to fit within their sidebar. While I was the one who did this, and think wide widgets are the devil, we'll need to allow widgets to break out of their sidebar as we always have.

Attachments (1)

26117.diff (1.5 KB) - added by shaunandrews 7 years ago.

Download all attachments as: .zip

Change History (6)

@shaunandrews
7 years ago

#1 @shaunandrews
7 years ago

The patch above removes the !important styles that were overriding the widget width, fixes a missing border-bottom from widgets when dragged and expanded, and removes the extraneous 30px of width that were previously added to expanded widgets.

#2 @SergeyBiryukov
7 years ago

  • Keywords ui-focus added
  • Milestone changed from Awaiting Review to 3.8
  • Summary changed from "Wide" widgets are no longer support to "Wide" widgets are no longer supported

#3 @azaozz
7 years ago

In 26275:

Widgets:

  • Remove the !important styles that were overriding the widget width when expanded.
  • Fix missing border-bottom from widgets when dragged and expanded.

Props shaunandrews, see #26117.

#4 @azaozz
7 years ago

In 26277:

Widgets:

  • Fix support for expanding (wide) widgets in the Inactive Widgets area.
  • Remove resizing of the sidebars height.
  • Stop removing unneeded "for" attributes from labels inside the widgets. Was a fix for IE6 odd behaviour.

See #26117.

#5 @georgestephanis
7 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.