Troubleshooting‎ > ‎

Menu and Popup Errors with qbo.CoreWeb's qbo.js

posted Oct 13, 2011, 7:21 AM by Eric Patrick
There is a release of qbo.CoreWeb that causes errors with main menus and some popup windows. 

The cause of the error is a mismatch between MooTools core and clientcide files.

To fix this issue, you can either:
  • update to the current version of things (noted below, recommended), or
  • roll back to a previous version of Mootools (1.3, not 1.3.2) (not recommended, has an Event delegation bug under IE)
The latest release in qbo.CoreWeb > Web Tier > qbo.WebRoot > Libraries > MooTools (as of this post) is:
  • mootools-core-1.4.js (using 1.4.1)
  • mootools-more-1.4.js (using 1.4.0.1)
  • mootools-clientcide-3.0.js (using 3.0.8)
The Standard skin has been modified to use these latest MooTools files. I have unit tested for the bugs mentioned above, and I will be regression testing in the next few days.

Note that I built the MooTools libraries from:

Comments