Closed (outdated)
Project:
Drupal core
Version:
10.1.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 13:55 UTC
Updated:
23 Feb 2024 at 09:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
leksat commentedAttached patch solves the problem by modifying jQuery selector from
to
Comment #2
heine commentedThanks.
This is a duplicate of #1319420: multiple execution of tableselect.js with nested tables.
Comment #3
leksat commented@Heine, I wouldn't be so sure. The issue you provided describes a totally different problem.
Comment #4
heine commentedYou are right. I'm sorry.
Comment #5
nod_The patch might work but it relies on checkboxes being on the first column, is that always the case? (i'm thinking about user permission table)
Comment #6
leksat commentedUser permissions table uses theme_table(), not a theme_tableselect().
Tableselect form element always puts its checkboces into first column.
From theme_tableselect():
Comment #7
nod_needs reroll, jQuery selector changed, also 8.x
Comment #8
nod_Can I get a confirmation for D8? shouldn't happen any more.
Comment #8.0
nod_Updated issue summary.
Comment #14
grathbone commentedSelecting the first item doesn't seem to be a viable solution, especially since Views BulkForm allows positioning the table-select element in any column. The patch in #1 breaks BulkForm.
Comment #15
grathbone commentedWrote a patch that checks the index of the checkboxes before they are updated.
Comment #16
grathbone commentedComment #20
grathbone commentedRerolled for 8.7.x.
Comment #26
smustgrave commentedSaw this as the nightly bug on slack. Anyone have testing steps for this?
Comment #27
amber himes matz@grathbone Could you provide steps to reproduce? And could you verify this is still a problem?
Comment #30
quietone commentedWow, 10 years @nod_asked if this was reproducible on Drupal 8. There was no replay, although a patch was worked on. Seven months ago steps to reproduce were asked for. Again, no reply. Since we need more information to investigate the report and none has been provided, I am closing this issue.
Comment #31
myha commentedRerolled for 9.5.x.
Comment #32
myha commentedRerolled for 10.2.x.