Project

General

Profile

Actions

Bug #2684

closed

clicking to edit a user causes fatal JS error in user management

Added by krileon almost 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
Start date:
27 July 2011
Due date:
% Done:

100%

Estimated time:

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.

http://www.tumblingrun.com/vcoabeta/administrator/index.php?option=com_comprofiler&task=showusers#edit


Related issues 1 (0 open1 closed)

Related to CB - Feature proposal #2692: Add version hash ?v=... to all css and js includes so that upgrades clear browser cachesClosedbeat30 July 2011

Actions
Actions #1

Updated by beat almost 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

Actions #2

Updated by beat almost 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.

Actions

Also available in: Atom PDF