Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Aug 2015 at 13:53 UTC
Updated:
20 Sep 2015 at 21:54 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
davidhernandezComment #3
davidhernandezForgot to set status so the patch gets tested.
Comment #4
rainbowarrayThis looks really good to me. I tried to look back at #2214241: Field default markup - removing the divitis to see where this was introduced, but it looks like it was pretty far back. This makes much more sense. We shouldn't be using the classes variable on both attributes and item.attributes, which is what was happening.
Very good catch.
Tested this and verified it fixes the problem.
Comment #5
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 54b6085 and pushed to 8.0.x. Thanks!