Hi,
I’d just like to raise a minor problem with MyEclipse Web Browser.
The steps to produce the problem is as follows :-
1) Use the web browser to open a page
2) Leave the focus of this window by going to another window to show the code of e.g. a java class
3) Come back to the web browser
4) Click on the Url drop down button to try to access another page
The irritation for me is that it will always try to reload the page that is already on the url drop down.
This is a problem for me because of the following steps when doing a debugging in a Struts application
e.g.
1) Use web browser to access the index.jsp (url dropdown is http://server/index.jsp) then submit
2) Breakpoint get stop in a java class (meaning window focus is now shifted on the java class from the web browser)
3) Click on web browser to bring it back to focus (url dropdown is now http://server/action.do)
4) If I try to click on the drop down now, it will automatically prompt to resubmit data to the page. If click yes, it will load the http://server/action.do which cause a stop on my java breakpoint again.
I’m working on Eclipse 3.1 with MyEclipse 4.0M3.
Not really a bug though, just that it cause a few more mouse clicks.
Thanks.
Han Ming