Bug #2684
closedclicking to edit a user causes fatal JS error in user management
100%
Description
When clicking to edit a user the below fatal JS error occurs.
g.elements[c] is undefined
function CBmakeHttpRequest(a,b,c,d,e){...cbAddEvent(window,"load",cbInitFields)
This error is not present when debug mode and maximum error reporting is enabled as the original non-compressed copy of the JS isn't used.
Updated by beat over 13 years ago
r1546 is updating SVN with minified versions of Javascript (not affecting built release as it's always minified at build-time).
I believe this issue was only present off SVN (or browser cache), once I updated my files it was ok.
Adding a related feature to add ?v=string to all .js and .css included files in head of html: #2692
Updated by beat over 13 years ago
- Status changed from New to Rejected
- Target version deleted (
CB 1.7) - % Done changed from 0 to 100
Rejecting as it was browser cache issue in user's case and wrong minified file in Kyle's case.
Cache problem is fixed in #2692 separately.