-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox hangs #117
Comments
Thanks for reporting this, we will take a look at it. What version of Vaadin Framework are you using? |
8.1.5 |
Do you have both
and
Dependencies in you |
Well, you mentioned the same |
You're right I messed with copy paste, but I meant `vaadin-board` and
`vaadin-board-precompiled`. We will look into this.
…On Oct 4, 2017 12:02 PM, "Robert Mikes" ***@***.***> wrote:
Well, you mentioned the same vaadin-board-precompiled twice. And that's
the only one I added to my pom, because vaadin-board-precompiled already
depends on vaadin-board, so both are in my dependency hierarchy.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#117 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AJXXtNTtQGJmw0MIycLoNtp5N_S2qQKEks5so9ZYgaJpZM4Pt7nZ>
.
|
I am having a similar problem with the new Firefox and the Opera browser. (Java board) |
Have you tested with 1.1.0-beta1? It includes some updated polyfills that improve behavior in IE and other browsers. If this still happens, a simple example of how to reproduce this issue would really help us figuring out what's going on |
I am using 1.1.0-beta1 but in an unusual setup. I have the board jar and the webcomponents-helper wrapped in an OSGi bundle and running in an OSGi framework, but not as per the Vaadin OSGi approach :-) |
Following discussion with Artur in the board forum we have established that my problem relates to the fact that Chrome auto handles the polyfill and Firefox and Safari do not. |
Using the Java API, on Firefox the log shows this upon login (so upon Board constructor being invoked):
Oct 05, 2017 12:45:13 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN INFO: Requested resource [/VAADIN/frontend/es6/webcomponentsjs/webcomponents-lite.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.
When selecting the View that contains the Board, the browser hangs and the page is never displyed.
Using Chrome, the page is displayed, but there are more logs:
Oct 05, 2017 12:47:49 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN INFO: Requested resource [/VAADIN/frontend/es6/vaadin-board/vaadin-board.html] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder. Oct 05, 2017 12:47:49 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN INFO: Requested resource [/VAADIN/frontend/es6/vaadin-board/vaadin-board-row.html] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.
The text was updated successfully, but these errors were encountered: