Project

General

Profile

Actions

Bug #8463

closed

Disabling CBs jQuery results in cbjQuery being undefined

Added by krileon about 3 years ago. Updated about 3 years ago.

Status:
Rejected
Priority:
High
Assignee:
Target version:
-
Start date:
13 April 2021
Due date:
% Done:

100%

Estimated time:

Description

The global cbjQuery variable is expected to exist for plugins. It needs to be defined regardless of CBs jQuery being turned on or not.

Actions #1

Updated by krileon about 3 years ago

There's already a fallback to define cbjQuery if CBs jQuery is disabled, but for the following user that's not working.

https://www.joomlapolis.com/forum/255-developer-members-support/243838-cb-forgot-login-page-send-button-disabled#324346

Actions #2

Updated by krileon about 3 years ago

This might be due to the static caching being applied to that behavior, which shouldn't be applied as we need to be sure cbjQuery is always defined.

Actions #3

Updated by krileon about 3 years ago

  • Status changed from Assigned to Rejected
  • Target version deleted (CB 2.6)
  • % Done changed from 0 to 100

Works fine. Issue seams to be specific to users site. Likely with the DOM or Joomla output buffer being manipulated to remove duplicate jQuery sources as they're using a Google CDN of jQuery so it's coming from a plugin of sorts.

Actions

Also available in: Atom PDF