Hi dev team,
I have just found a small issue of html5fallback.js.
Please check at
\media\system\js\html5fallback-uncompressed.js
elem.isRequired = !!($(elem).attr("required")),
elem.isDisabled = !!($(elem).attr("disabled"));
It should be ";" instead of ","
Regards
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-07-23 15:00:36 |
Labels |
Added:
?
Removed: ? ? |
Thanks for the report. Currently we still track our issues in JoomlaCode tracker (http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103).
Can you open an item there?
Also, since you already know how to solve the issue, you do want to provide a Pull Request? It's easier than one would think. We have a document page which explains how to do it: http://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests