Posted by webernet on February 6, 2008 at 2:26pm
12 followers
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | javascript |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | needs backport to D7 |
Issue Summary
On /admin/content/node --
Check the 'Select all' checkbox in the non-floating header, the floating header remains unchecked.
Check the 'Select all' checkbox in the floating header, uncheck it in the non-floating header, the floating header remains checked.
Check the 'Select all' checkbox in either header, uncheck any other checkbox, the non-floating header is unchecked (correctly), the floating header remains checked.
Comments
#1
Confirmed. Same happens in 7.x-dev.
#2
Here is a patch to include the cloned header on update. One thing that this patch will miss is when the select all box is checked on page load. The issue is the cloned table header is loaded after the update of the select all box on the initial load. Not sure when this will come up.
EDIT: Nevermind on the initial load the js will clone the checked state also.
#3
i wonder if it's related but i'd noticed that the header isn't fully cloned when it start floating. if you set a class on the fixed header once it starts floating the formatting is lost until it stops floating.
#4
The last submitted patch failed testing.
#5
Now improved with a reroll and 4 less bytes. Get it now while it's hot.
#6
The last submitted patch failed testing.
#7
#8
The last submitted patch failed testing.
#9
Hmm don't see how this patch could make the file naming test fail. Maybe bad result? Moving back to review
#10
I have submitted the patch for re-testing.
#11
The last submitted patch failed testing.
#12
#13
I can't see the select all checkbox in the floating table header at all (ff3/ubuntu) - with or without the patch.
#14
Even smaller patch.
I do see the select-all checkbox (FF3/XP).
#15
Still applies. anyone?
#16
#14: tableselect-tableheader.patch queued for re-testing.
#17
just a reroll, don't credit me.
Works fine, 'nuf said :)
#18
#19
Reuploading nod_'s D7 patch from #17 for testbot.
#20
#21
Committed to 7.x - thanks! http://drupalcode.org/project/drupal.git/commit/efd12ac
Moving to 6.x for possible backport.
#22
D6 backport.