Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Apr 2015 at 22:50 UTC
Updated:
29 May 2015 at 16:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
star-szrInitial patch split from the parent, some additional changes from grepping, and interdiff between the two.
Comment #3
lewisnymanol>
This class is used for styling in Bartik and I can't find where it is used in javascript. We should not convert it to a js class
I think we should only test for the functional classes
Comment #4
star-szrThanks for the review. tour.module is where the class is used for JavaScript!
And to be clear:
As for point 2, see #2474107: Make OptionsWidgetsTest::testEmptyValue() care less about markup :)
Comment #5
star-szrThis just rolls back the changes to OptionsWidgetsTest now that #2474107: Make OptionsWidgetsTest::testEmptyValue() care less about markup is in. Also this needs commit credits added for the folks that worked on the original, now meta issue.
Comment #6
star-szrAdding suggested commit message.
Comment #7
lewisnymanAhhh ok, that wasn't setting the class, that was using the class. RTBC!
Comment #8
lewisnymanAhem...
Comment #9
alexpottCommitted b48bfcb and pushed to 8.0.x. Thanks!