Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2013 at 01:40 UTC
Updated:
30 Jun 2013 at 02:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchIt looks like this was added in an attempt to meet this requirement:
But what ended up happening in that issue is that the title attribute ended up getting set on ALL components all the time. That was unneccessary, since only the fields that didn't have labels displayed where the ones intended to get title attributes. This patch moves the logic to theme_webform_element() and makes it have the correct behavior.
Comment #2
quicksketchCommitted.