Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
Description
When
<g:javascript library="prototype" />
is added to a page with a gui:dataTable, the js error is :
too much recursion } else if (isArray(input)) {
This happens in GRAILSUI.util.replaceDateStringsWithRealDates at grailsui.js:78.
I think this is happening because Prototype alters the Object.prototype so that my isArray function doesn't work properly. But Prototype does have its own Object.isArray() function that I could use if available.
Issue Links
| This issue is duplicated by: | ||||
| GPUI-81 | DataTable: recursion error in grailsui when using prototype |
|
|
|