Actions
Support #1381
closedWt's built-in jQuery is not reachable by jQuery plugins (Wt 3.2.2)
Start date:
07/30/2012
Due date:
% Done:
0%
Estimated time:
Description
Hello!
jQuery plugins used to be loadable by Wt apps without need to load jQuery. In Wt 3.2.2 this causes whole application crash.
By the way, many non-critical errors cause complete failure in Wt 3.2.2. For example, see http://redmine.emweb.be/issues/1380 Browser screen is white, since all widgets are invisible.
Files
Updated by Koen Deforche over 12 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.2.3
Updated by Koen Deforche about 12 years ago
- Assignee changed from Koen Deforche to Michael Vilsker
Updated by Koen Deforche about 12 years ago
- Status changed from InProgress to Resolved
Hey,
In Wt 3.2.3 loading of a custom JQuery version has been made a more explicit action (instead of the clumsy heuristic used previously): WApplication::requireJQuery("..."). With 3.2.3, I cannot reproduce your problem, with or without the use of the custom JQuery version.
Regards,
koen
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
Actions