Sometimes, the checkbox on (for example) https://www.drupal.org/user/3632862/admin-content that would allow to select all the posts doesn't appear. Instead, a HTML comment is rendered before each row in the view.

screenshot

Furthermore, the pager at the end of the list of posts doesn't appear.

screenshot

I have not been able to understand when it happens, exactly. It could be related to the number of posts, but I could not say what the threshold is.

I verified it happens on Windows and Linux, independently from the browser used.

Comments

kiamlaluno created an issue. See original summary.

avpaderno’s picture

Actually, the rows render their fields in vertical, instead of showing them in orizontal, as they should.

drumm’s picture

Project: Drupal.org customizations » Bluecheese
Version: 7.x-3.x-dev » 7.x-2.x-dev

This is the theme’s mobile tables styling kicking in, when the content is wider than the screen size. We should either:

  • Put some logic in to never use mobile tables on large screens, maybe medium-sized tables screens too.
  • and/or never use mobile tables on this specific page at any screen size.
drumm’s picture

Actually, I’m leaning toward removing mobile table behavior from any table with Views Bulk Operations. The styling is a bit broken, in addition to the select all checkbox no longer working.