xwp / wp-widget-customizer

[OBSOLETE] Widget Customizer plugin for WordPress (now merged into Core)
http://wordpress.org/plugins/widget-customizer/
54 stars 18 forks source link

Wide widgets, position fixed + flexible widget height = usability issue #98

Closed PeterKnight closed 10 years ago

PeterKnight commented 10 years ago

The current solution for wide widgets relies on settings the widget form container to position fixed. If the widget form happens to be taller than the viewport height, the user can't actually navigate the full form. The work around I guess is for plugin authors to create a scroll type css workaround themselves?

I really dislike the current state of wide widgets in the customizer. Having it stuck in its default position with no regard where the widget is in the preview or what the actual dimensions are of the widget controls creates an ugly user experience.

Below is an example with a widget that has repeating field groups, so the height expands. wide-widgets-ui-issues

westonruter commented 10 years ago

@PeterKnight You should open issues in Trac now. Further development will not happen on the GitHub repo.

westonruter commented 10 years ago

This issue was just reported in Trac: https://core.trac.wordpress.org/ticket/27348

westonruter commented 10 years ago

@PeterKnight here's a core patch which introduces scrollbars for widgets taller than the window: https://github.com/x-team/wordpress-develop/compare/trac-27348