Reviewed & tested by the community
Project:
Mobile jQuery Theme
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2012 at 19:43 UTC
Updated:
25 Sep 2012 at 19:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
millwardesque commentedAttached patch.
Comment #2
minoroffense commentedWant to give me a quick rundown of the patch? Does the radio element in jqm require a title?
Comment #3
millwardesque commentedThe patch just checks for the existence of $element['#title'] and, if not set, uses a null string when rendering the HTML.
I couldn't find a definitive source on whether the #title element is required for the 'radios' element or not, but I've encountered this issue when the admin module is installed and visible.
Comment #4
minoroffense commentedLooks good to me. And the I've checked the docs, no mention of whether title is required (not like we can force all form elements to have a title anyways).