Login!
Lost password?
 
Please report all QE issues here

FS#541 — Possible Quickedit variable-scope bug (breaks Jquery)

Attached to Project — QuickEdit
Opened by luca (lukwe) - Tuesday, 26 September 2006, 06:04AM
Last edited by Ryan Thrash (rthrash) - Saturday, 27 September 2008, 09:14AM
Task Type Bug Report
Category Core Distribution
Status Unconfirmed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 0.9.2/0.9.2.1
Due in Version 0.9.7
Due Date Undecided
Percent Complete 0%

Details

I included a tablesorter javascript plugin for jquery on a modx site; the page works correctly (i.e. the HTML table is sortable) only if I am not logged in the manager. Otherwise I get a javascript error for undefined objects, I believe something in the quickedit init function clashes with jquery variables..
This task depends upon

This task blocks these from closing
Comment by luca (lukwe) - Wednesday, 27 September 2006, 05:47AM

probably a general issue when calls to several Javascript libraries (or just functions) are embedded in a page

I am experiencing this with 0.9.5 also