GWT 2.7.0: Why I have to move my mouse in browser's client area to see actual loaded page? - gwt

I'm developing a webapp prototype using GWT 2.7.0 and Vaadin-Polymer-Elements and I'm wondering about the page loading behaviour. The browser window remains white, until I move with my mouse cursor over it?! Even after packaging and deploying the app to an application server, this behaviour persists. Only if I have the chrome developer console open, the page shows up in milliseconds... To reproduce this, simply follow the GWT Polymer tutorial steps.
Any suggestions how to change this are appreciated.

Related

Where is the rubymine embedded Web Preview?

Among the features the rubymine's page mentions:
Context toolbar opening the page preview in a browser or in an embedded Web Preview.
I would like to have the web preview in the IDE, is it possible?
There used to be a web preview, but it was removed from the product a long time ago because it had a lot of problems. Right now you have to use an external browser.

Change Default Browser in Eclipse

I'm using Eclipse Luna and I have created an app using the Google App Engine SDK.
When I'm trying to deploy my app to GAE, Sign in to Google Services window open and when I give my Google credentials it show another window with Account Permissions. But I can't click Accept and Cancel buttons in this window, because this window display that page using Internet Explorer embedded window. Due to issues in IE, those buttons are disabled.
So I change my browser from Window => Preferences => General => Web Browser to Firefox. But still Sign in to Google Services window is open in IE embedded window.
How can I change this to open in Firefox embedded window?
I think answer is update your IE7 , 8 to IE9.. it will work fine.
It's not possible to change the embedded browser in Eclipse. There is a very old bug open to add this functionality, but it doesn't look promising. See also this answer.
For now the solution is to to use an external browser, as was suggested above.

worklight design window not displaying anything

Worklight 6.0.0.201
Eclipse Juno 1.10.2.v2
JQuery 1.3.2
The design window is not displaying anything either on adding the jquery mobile widgets or even no default visible app name that shows when you enter the design mode.
PS: i have entered in the design mode. The mobile navigation tools are also not visible.
Please help. Thank you in advance.
This used to be a problem with jQuery Mobile 1.3.2 when used in a Worklight project.
You can use either 1.3.1 or the latest 1.4.x release of jQuery Mobile and the various views in Eclipse will display appropriately.
For some background: IBM Worklight 6.0.0.1 - jQuery palette does not show up

How do I test web pages opened in an Eclipse internal browser view.

We are developing an Eclipse plugin that opens web pages in a view using the Eclipse web browser (typically IE on Windows).
Are there any testing tools that support Eclipse (to drive the parts using Eclipse/RCP) and also able to drive the web browser views.
At a minimum I'd want to be able to get elements by ID or xpath, and to send click events to elements in the browser.
We know Quick Test Pro doesnt do this, and can't see anything that explicitly supports Eclipse web browser views.
You can check with QFS , we used this tool for SWT/JFace UI automation and this tool also supports web. You can to check if this supports your test case.

how to run sencha touch code in eclipse

I am about to step into a new domain named "sencha touch 2.0".I am not familiar with this . Earlier I had used "Eclipse" IDE for creating web pages.I tried to use the same for creating html pages using sencha framework but it doesn't seem to work.I have searched a lot on the internet about how to run a web page which has sencha touch framework on eclipse but did not find antyhing that would help me.So please can someone tell me how do i use eclipse to run sencha touch code.Any help is really appreciated ,thanks.
what exactly you mean when you say you want to run sencha touch on Eclipse ? Eclipse use inbuilt browser to run webpages, sencha touch only works with webkit browsers and Eclipse uses mozilla'a as inbuilt rendering engine. That's why you can't see the UI in Eclipse. you can open that page in Chrome and it ll work fine.