If an option set option is generated with capital letters, then any ajax buttons utilizing the id that are generated manually (such as "Add context") will not function properly because Drupal generates the ID using only lower-case letters.

Proposed solution: Ensure that manually generated IDs for the purpose of AJAX callbacks are all lower-case.

CommentFileSizeAuthor
#1 2469047.personalize.lowercase.1.patch3.24 KBeshta
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eshta’s picture

Here's a patch :-)

  • eshta committed eff5c08 on 7.x-1.x
    Issue #2469047 by eshta: Ensure manually generated ids conform to Drupal...
eshta’s picture

Status: Active » Fixed

  • eshta committed c452eb3 on 7.x-1.x
    Issue #2469047 by eshta: Fixing broken tests based on attribute id case.
    

Status: Fixed » Closed (fixed)

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