Ticket #17984 (closed defect (bug): duplicate)

Opened 11 months ago

Last modified 11 months ago

Widget-ID breaks Widget page

Reported by: bembelimen Owned by:
Priority: normal Milestone:
Component: Widgets Version: 3.2
Severity: normal Keywords:
Cc:

Description

If you create a widget called "footer" and open wp-admin/widgets.php the widget-dropdown on the right hand is broken.

Defect: The div where you can drag&drop the different widget has an ID which is equal to the widget name (for example "footer"). But #footer is also used by the admin theme itself, so some unexpected css declaration will influence the div and a "footer" will be placed at the bottom of the page.

Solutions: remove the ID from the div or add a prefix

Attachments

patches.zip Download (800 bytes) - added by bembelimen 11 months ago.
Two alternative solutions as patch files

Change History

Two alternative solutions as patch files

  • Keywords widget id css removed
  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #14466.

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.