Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#2655 closed defect (bug) (invalid)

Widget configuration box titlebar inaccessible with large box

Reported by: rabin Owned by:
Priority: normal Milestone:
Component: Administration Version: 2.0.2
Severity: normal Keywords: widgets
Cc: Focuses:

Description

In the Sidebar Arrangment panel, when a widget's configuration box is suitably large, the configuration box div is placed such that its titlebar is out of the client area (top < 0). Thus the box cannot be moved or closed.

This is with the widgets.php from SVN.

Attachments (1)

widgets.patch (501 bytes ) - added by rabin 20 years ago.
patch

Download all attachments as: .zip

Change History (4)

@rabin
20 years ago

patch

#1 @rabin
20 years ago

The patch modifies popControl() to check if the x or y is negative, and if so, set them to zero before setting the css properties of the div.

#2 @westi
20 years ago

  • Resolutioninvalid
  • Status newclosed

This belongs on dev.wp-plugins.org not here AFAIK.

#3 @Viper007Bond
20 years ago

westi is correct. The sidebar widgets code is a plugin and not a part of the WordPress core, at least at this point in time.

Note: See TracTickets for help on using tickets.