Hi Vaadin Experts,
As the subject says I am having issues with an application under IE 8 (yes I know support stopped for IE 8 in 2016 but a client insists on using IE 8). I am really not too sure on how to go about debugging this CSS issue in Vadiin - as such any pointers would be greatly appreciated.
In a nut shell if things are working I should be loading three (3) CSS files they do all load correctly and work under IE 11, the 3 files are:
https://10.6.2.92/PVG/VAADIN/themes/pvg/styles.css?v=7.7.12
https://10.6.2.92/PVG/VAADIN/widgetsets/com.quantumsi.app.pvg.ui.widgetset.Pvg_v7712Widgetset/popupbutton/popupbutton.css
https://10.6.2.92/PVG/VAADIN/widgetsets/com.quantumsi.app.pvg.ui.widgetset.Pvg_v7712Widgetset/filtertable/filtertable.css
But under IE8 only one seems CSS file seems to be read - but it is essentialy not functional - no styling - no background
https://10.6.2.92/PVG/VAADIN/themes/pvg/styles.css?v=7.7.12
Vaddin 7 but all the CSS doesn’t seem to load (or render) on IE 8 it seems to have an issue.
When running on IE8 don’t seem to load all my CSS and rendering is terrible almost as if there is non, adding “?debug” to the end of the URL I see the following “General Informatin abotu the application” - why would I get “<IE8 can’t detect this>” in the Vaadin debugger window?
Client engine version 7.7.12
Server engine version 7.7.12
Theme version <IE8 can't detect this>
Widget set com.quantumsi.app.pvg.ui.widgetset.Pvg_v7712Widgetset
Theme pvg
Communication method Client to server: XHR, server to client: -
Heartbeat 300s
Same application Vaddin 7 all CSS fiels load into IE 11 and the application runs with no issue
When running on IE11 the application works fine, note Vaadin detects a “Theme version” as expected below in this working case. One intersting thing is there are a few more messages like “ass 3 measured 1 elements, fired 0 listeners and did 0 layouts.”, “No more changes in pass 5” and “First response processed 2104 ms after fetchStart”
Client engine version 7.7.12
Server engine version 7.7.12
Theme version 7.7.12
Widget set com.quantumsi.app.pvg.ui.widgetset.Pvg_v7712Widgetset
Theme pvg
Communication method Client to server: XHR, server to client: -
Heartbeat 300s