google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

Bookmarking GWTP Tab Url showing Loading #427

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Tabbed Application with GWTP Tabs
2. Created a login jsp file for authentication
3. create a home.jsp with the same contents as gwt-module.html file, this 
contains loading image in my case.
4. once logged in based on the user entitlements, I am redirecting the user to 
a specific tab by add url fragment at the end of the url for example as below.

Like http://localhost:9080/myapp/home.jsp#admin
5. The corresponding tab and its contents gets displayed correctly.
6. When clicked on any other tab(say home tab) is showing me the loading image, 
which means that it is navigating to home.jsp first and then navigating to 
home.jsp#home.

What is the expected output? What do you see instead?
Expected output is it should just navigate to home.jsp#home without navigating 
to home.jsp.

What version of the product are you using? On what operating system?
gwtp-all-0.7.jar

Please provide any additional information below.
I am using this with GXT3 and I have created my own tabs to have a custom look 
and feel. 

Please help, Thanks in advance

Original issue reported on code.google.com by rmul...@gmail.com on 19 Jul 2012 at 8:53

GoogleCodeExporter commented 9 years ago
It means that the content get hidden, then the content of the new page is shown.

Since the content of home.jsp doesn't get hidden, you can see it in between.

Original comment by goudreau...@gmail.com on 27 Nov 2012 at 3:09