Closed (won't fix)
Project:
Backup and Migrate
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2009 at 21:27 UTC
Updated:
9 Mar 2009 at 00:48 UTC
After I selected some tables and hit save I cannot backup all tables because at least one item in the select list stays selected
Comments
Comment #1
ronan commentedCool! I've never gotten a screencast in an issue before. That is a really great way to show a UI issue.
Unfortunately that's really a factor of how multi-selects work. I'm not really at liberty to change how your operating system handles multi-select boxes. I'm a Mac user and the only way to deselect in a multi-select on that OS is to click an item (so that only one item is selected) and then command-click the selected item to deselect it. I'm not sure what OS you're using, but there should be a modifier key to do discontinuous selections in a multi-select box. Let me know if I'm mistaken about this, and you know of some attribute I can give the select item that would change it's behavior.
I could add a select none javascript link if you think that would greatly improve the user experience, but the 1.x branch is feature stable. So it would probably only be in the 2.x branch (which already has a 'view as checkboxes' feature which would probably solve this issue for you).
Thanks for the feedback.
Ronan
Comment #2
buckley commentedI discovered afterwards that I can use the control key to deselect individual options (I'm on the win platform). It took me a while to remember and I program a lot of web gui's.
As you say it would be a could idea to introduce a "none" or "all" first option that can be selected.