Re: GWT Frame Load Wrong Page in IE 8 (Different Than The URL Showed In URL Toolbar)

2012-09-17 Thread diveincode
May be the frame of the first tab isn't hiding along with the first tab. 
can you provide some code so that i can get into the problem??



On Monday, September 17, 2012 6:52:59 AM UTC+5:30, the.wizard wrote:

 Anyone help me please? any clue?

 On Friday, August 31, 2012 10:13:54 AM UTC+7, the.wizard wrote:

 Anyone can help me? Still no luck with this problem... :(

 On Monday, August 27, 2012 8:43:36 AM UTC+7, the.wizard wrote:

 Hello everyone,
 I have a GWT Application that use couple of GWT Frame to load other site 
 content. Let say in the left side of my application I have tree menu, and 
 every time user click one of those menu, it will open a new tab in the 
 right side of my application, and in the tab item, it will load other site 
 content. Let say first I click tree menu A1, the application then open a 
 new tab item in the right site with URL 
 http://application.first.com/first.aspx. After that I click the other 
 tree menu B1, the application then open a new tab item in the right side 
 with URL http://application.first.com/second.aspx. After that, I hit 
 the F5 key, and the browser reload again. Then I repeat the step from the 
 beginning, when I click tree menu A1, the application open a new tab item 
 in the right side, but the content that loaded is from 
 http://application.first.com/second.aspx, but when I do right click in 
 the frame area, it will show me that the currently accessed URL is 
 http://application.first.com/first.aspx.
 Have anyone ever experience this problem? Because I really stuck in 
 here, the other major browser working just fine (FF and Chrome), only IE 8 
 that give me this problem. Any comment and advice will be appreciated.
 Thanks.

 Regards,
 the.wizard



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/riZnbfNtgk8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Frame Load Wrong Page in IE 8 (Different Than The URL Showed In URL Toolbar)

2012-09-16 Thread the.wizard
Anyone help me please? any clue?

On Friday, August 31, 2012 10:13:54 AM UTC+7, the.wizard wrote:

 Anyone can help me? Still no luck with this problem... :(

 On Monday, August 27, 2012 8:43:36 AM UTC+7, the.wizard wrote:

 Hello everyone,
 I have a GWT Application that use couple of GWT Frame to load other site 
 content. Let say in the left side of my application I have tree menu, and 
 every time user click one of those menu, it will open a new tab in the 
 right side of my application, and in the tab item, it will load other site 
 content. Let say first I click tree menu A1, the application then open a 
 new tab item in the right site with URL 
 http://application.first.com/first.aspx. After that I click the other 
 tree menu B1, the application then open a new tab item in the right side 
 with URL http://application.first.com/second.aspx. After that, I hit the 
 F5 key, and the browser reload again. Then I repeat the step from the 
 beginning, when I click tree menu A1, the application open a new tab item 
 in the right side, but the content that loaded is from 
 http://application.first.com/second.aspx, but when I do right click in 
 the frame area, it will show me that the currently accessed URL is 
 http://application.first.com/first.aspx.
 Have anyone ever experience this problem? Because I really stuck in here, 
 the other major browser working just fine (FF and Chrome), only IE 8 that 
 give me this problem. Any comment and advice will be appreciated.
 Thanks.

 Regards,
 the.wizard



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/a9XSMce7jpcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Frame Load Wrong Page in IE 8 (Different Than The URL Showed In URL Toolbar)

2012-08-30 Thread the.wizard
Anyone can help me? Still no luck with this problem... :(

On Monday, August 27, 2012 8:43:36 AM UTC+7, the.wizard wrote:

 Hello everyone,
 I have a GWT Application that use couple of GWT Frame to load other site 
 content. Let say in the left side of my application I have tree menu, and 
 every time user click one of those menu, it will open a new tab in the 
 right side of my application, and in the tab item, it will load other site 
 content. Let say first I click tree menu A1, the application then open a 
 new tab item in the right site with URL 
 http://application.first.com/first.aspx. After that I click the other 
 tree menu B1, the application then open a new tab item in the right side 
 with URL http://application.first.com/second.aspx. After that, I hit the 
 F5 key, and the browser reload again. Then I repeat the step from the 
 beginning, when I click tree menu A1, the application open a new tab item 
 in the right side, but the content that loaded is from 
 http://application.first.com/second.aspx, but when I do right click in 
 the frame area, it will show me that the currently accessed URL is 
 http://application.first.com/first.aspx.
 Have anyone ever experience this problem? Because I really stuck in here, 
 the other major browser working just fine (FF and Chrome), only IE 8 that 
 give me this problem. Any comment and advice will be appreciated.
 Thanks.

 Regards,
 the.wizard


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gint7FUHWQAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Frame Load Wrong Page in IE 8 (Different Than The URL Showed In URL Toolbar)

2012-08-26 Thread the.wizard
Hello everyone,
I have a GWT Application that use couple of GWT Frame to load other site 
content. Let say in the left side of my application I have tree menu, and 
every time user click one of those menu, it will open a new tab in the 
right side of my application, and in the tab item, it will load other site 
content. Let say first I click tree menu A1, the application then open a 
new tab item in the right site with URL 
http://application.first.com/first.aspx. After that I click the other tree 
menu B1, the application then open a new tab item in the right side with 
URL http://application.first.com/second.aspx. After that, I hit the F5 key, 
and the browser reload again. Then I repeat the step from the beginning, 
when I click tree menu A1, the application open a new tab item in the right 
side, but the content that loaded is from 
http://application.first.com/second.aspx, but when I do right click in the 
frame area, it will show me that the currently accessed URL is 
http://application.first.com/first.aspx.
Have anyone ever experience this problem? Because I really stuck in here, 
the other major browser working just fine (FF and Chrome), only IE 8 that 
give me this problem. Any comment and advice will be appreciated.
Thanks.

Regards,
the.wizard

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/FeHtZfdQhUAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.