Defect #750
Css stylesheets/js files added using WebClientUtils plugin lost
0%
Description
We add custom css and js files to the page using the WebClientUtils plugin for our mobile app created with phonegap (the app just opens the servoy solution url).
This works fine the first time you start the app. But when you kill the app and restart it the custom scripts/css are missing from the page.
This can be reproduced in the desktop browser (tested in firefox):
Open the solution (included with this issue) in the browser
Copy the url
Open a new browser tab
Paste the url and load
Now all custom css/js is gone from the page.
Maybe this has something to do with Wicket page versioning and the way the WebClientUtils plugin attaches the extra css/js references to the page
Files
History
Updated by Andrei Costescu over 11 years ago
See https://support.servoy.com/browse/SVY-5263 for more information. It describes what the patch does + related Servoy versions.
Updated by Patrick Rosendaal about 11 years ago
Just out of curiosity: this issue was closed yesterday without any visible commits to subversion that would indicate Andrei's patch has been applied. Was there a specific reason not to apply it?
Updated by Patrick Talbot about 11 years ago
- Status changed from Closed to Reopened
Very sorry, I confused this patch with another one submitted earlier.
I'll have a look at it asap.