Hello,

I created a view with a VBO field. This view uses a table display with sticky headers. The "Select all" checkbox does not work when it is used from the sticky header (no problem when in the main table).

After digging, it seems that the JS tries to find the concerned table through .closest()... which is the sticky header table itself in this particular case. Here is a patch that takes this case in account.

Regards

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hbemtec created an issue. See original summary.

nagy.balint’s picture

I have the same issue here is a reroll.

joelpittet’s picture

Assigned: m42 » Unassigned
FileSize
600 bytes

How about this, to simplify the proposal @nagy.balint?

joelpittet’s picture

Status: Needs review » Fixed

I've tested this and pretty confident so I'm pushing it to the dev branch so people can try it for the next release.

Thanks @nagy.balint and @hbemtec for bringing this issue to my attention.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.