Feature #543
Improve check all handling in sunstone
Status: | Closed | Start date: | 03/24/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Hector Sanjuan | % Done: | 100% | |
Category: | Sunstone | Estimated time: | 1.00 hour | |
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: |
Description
The check-all box in sunstone tables would only check the visible elements. However, if all visible elements are checked manually, the check-all box does not become checked (it does only if all elements in all pages are checked).
Should check-all check all elements regardless of their visibility or just the ones in the current page? I'd go for the first option.
Associated revisions
Fixes feature #543: Improve check all handling.
Check/Uncheck-all now only take into account the elements which are
visible. Same for the getCheckedElements() function. So actions will only
apply to visible elements.
Feature #543.
Enabled buttons when checking all boxes.
History
#1 Updated by Hector Sanjuan over 10 years ago
- % Done changed from 0 to 100
- Resolution set to fixed
Check all boxes autocheck when all visible elements are checked. Actions will only be run on visible elements. Still unable to deal with unchecking the boxes when the page changes.
#2 Updated by Hector Sanjuan over 10 years ago
- Status changed from New to Closed
Fix is now upstream