#17984 closed defect (bug) (duplicate)
Widget-ID breaks Widget page
| Reported by: |
|
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 (1)
Change History (3)
bembelimen
— 2 years ago
comment:1
andrewryno
— 2 years ago
- Keywords widget id css removed
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #14466.
Note: See
TracTickets for help on using
tickets.
Two alternative solutions as patch files