Actions
Bug #5264
closedcbvalidate doesn't work in IE8
Description
The jQuery cbvalidate plugin doesn't seam to function well in IE8. See the below.
Object doesn't support property or method 'cbvalidate'
SCRIPT1010: Expected identifier
File: jquery.cbvalidate.js, Line: 477, Column: 17
SCRIPT1028: Expected identifier, string or number
File: jquery.cbselect.js, Line: 90, Column: 8
SCRIPT438: Object doesn't support property or method 'cbvalidate'
File: index.php, Line: 61, Column: 1
Seams the binding is breaking for some reason. Review to see if it can be fixed, but IE8 is not a priority anymore; do not implement IE8 specific workarounds.
https://www.joomlapolis.com/forum/153-professional-member-support/229541-password-reset
Updated by krileon over 9 years ago
- Target version changed from CB 2.0.8 to CB 2.0.9
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !883
Actions