Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
Embedded application scrolls browser by taking focus
Hi,
I'm facing this problem, also described here (as fixed):
https://dev.vaadin.com/ticket/6724
On the page that embeddes Vaadin I use an iframe:
...
<iframe src="/universum6/" height="200" width="900" frameborder="0"></iframe>
...
While declaring the WebSevlet in my UI class I tried to use the 'standalone' parameter but it has no effect.
...
@WebServlet(value = "/*", asyncSupported = true, initParams = {
@WebInitParam(name = "productionMode", value = "false"),
@WebInitParam(name = "ui", value = "UniversumUI.class"),
@WebInitParam(name = "standalone", value = "true")
})
...
I use Vaadin 7.4.8. This problem occurs in firefox and internetexplorer.
Can somebody tell me what I'm doing wrong?
Thank you for your help.
Last updated on
You cannot reply to this thread.