#26399 closed enhancement (fixed)
Improve Handling of "Blank" Dashboard Columns
Reported by: | kraftbj | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch has-screenshots commit |
Focuses: | administration | Cc: |
Description
With the new Dash improvements, on wide monitors, four columns exist for dashboard widgets.
If the user is not using all visible, a blank, dotted-borded box is displayed.
This can be confusing to users who don't realize they can drag the widget to those spaces, thinking the dotted lines are placeholders for future widgets.
Ideas for improvements:
- Change the dotted box to some type of note that widgets can now be moved there.
- If not being used, show a smaller blank indicator to maximize the size of the columns being used (A compromise for those who don't want 3 or 4 columns while keeping our fully responsive goal).
Attachments (7)
Change History (22)
#3
@
9 years ago
I added the message "Drag panels here". Please keep in mind its my first ever patch ever, so i any feedback on it would be helpful.
#4
@
9 years ago
After having those two changes the string now will be translatable. No DOM elements are being added + it will work on any other empty-container elements. @johnbillion checked it live here at WordCamp Sofia on the contributor's day :) I am not 100% sure if the patch file i attached is properly set, since the first and second one must be applied ;/
#6
@
9 years ago
- Keywords has-screenshots added; needs-screenshots removed
Minor tweak for IE7/8 compatibility
#10
@
9 years ago
- Keywords 4.5-early added; ux-feedback removed
- Milestone changed from Awaiting Review to Future Release
#12
@
9 years ago
- Keywords needs-testing added
Patch still applies and works as expected in Chrome. Needs some testing in other browsers.
I agree that this still feels wrong, even though it's been that dotted outline for a few releases now. I also mentioned elsewhere that it could be nice to be smarter about how many columns there are depending on how many widgets are showing - trying to enforce 4 columns when only 2 widgets are even available is pretty lame.