Ctools issue http://drupal.org/node/1105044 addresses fallback styling when javascript is turned off.

This patch is required when http://drupal.org/node/1105044 is committed.

This patch contains small changes to the selectors for .ctools-buttons and .ctools-dropbuttons. Specifically, all instances of .ctools-button and changed to .ctools-button-processed and all instances of .ctools-dropbutton are changed to .ctools-dropbutton-processed. This was done so that styling intended for the UI component enabled by javascript will only apply when javascript is enabled, since the -processed classes are added in javascript.

CommentFileSizeAuthor
#1 views-ui-1119056-1.patch10.03 KBjessebeach
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jessebeach’s picture

Status: Active » Needs review
FileSize
10.03 KB

Removed the position absolute style from the dropbuttons in ctools (http://drupal.org/node/1105044).

Introduced a more robust styling fallback for the no-js scenario. Links in a drop button now present as a normal html unordered list when javascript is turned off.

This commit is made in tandem with ctools-1105044 (http://drupal.org/node/1105044). This patch should be committed when issue 1105044 is committed.

jastraat’s picture

Cross-posting the test of this patch with the related ctools patch:
http://drupal.org/node/1105044#comment-4418794

merlinofchaos’s picture

Status: Needs review » Fixed

Committed and pushed.

Status: Fixed » Closed (fixed)

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