You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
The HTML host page still includes a comment hinting at using Quirks Mode to help with layout; that was true a few years ago, but no longer holds, and particularly not when using Iron and Paper elements.
It also includes a hidden iframe that used to be needed for IE6 and IE7 for GWT history, but those browsers aren't supported anymore by GWT.
Finally, the __module__.css contains styles for CSS classes that are not used; this is a leftover from the basic webAppCreator generated code / Hello sample (that also comes as an archetype with Mojo's Maven Plugin for GWT). Maybe the file should simply be deleted, as it looks like this is replaced with the app-theme.html include.
The styles/main.css looks like it's not used at all.
The HTML host page still includes a comment hinting at using Quirks Mode to help with layout; that was true a few years ago, but no longer holds, and particularly not when using Iron and Paper elements.
It also includes a hidden iframe that used to be needed for IE6 and IE7 for GWT history, but those browsers aren't supported anymore by GWT.
Finally, the
__module__.csscontains styles for CSS classes that are not used; this is a leftover from the basic webAppCreator generated code / Hello sample (that also comes as an archetype with Mojo's Maven Plugin for GWT). Maybe the file should simply be deleted, as it looks like this is replaced with theapp-theme.htmlinclude.The
styles/main.csslooks like it's not used at all.