Re: [gwt-contrib] Re: Bad link in GWT Documentation

2014-07-08 Thread stuckagain
No,

Don't bother... I am starting to believe that it is caused by some reverse 
proxy that does some URL rewriting. I can not reproduce when working from 
home. 
Enterprise security features have a big impact on productivity :-(

Thanks for the support.

On Tuesday, July 8, 2014 3:15:57 AM UTC+2, Michael Vogt wrote:

 I checked with document mode set to IE9 with IE11, and ran in all 
 kinds of strange behavior when navigating through the menu. Is it 
 worth to investigate further? 


-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/216cbcfc-e33f-4e05-93a3-293d311ab1cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: Bad link in GWT Documentation

2014-07-08 Thread Manuel Carrasco Moñino
The main problem is that pushState does not work until IE10 so IE8 and IE9
should show the plain web without menu enhancements, but it seems we are
producing a permutation for them with is messing how it works.
Another problem is that IE10 is executing some bad code and menu does not
work at all but links work fine. IE11 is taking gecko permutation and seems
to work fine.

I'll take a look and try to fix.

- Manolo


On Tue, Jul 8, 2014 at 8:29 AM, stuckagain david.no...@gmail.com wrote:

 No,

 Don't bother... I am starting to believe that it is caused by some reverse
 proxy that does some URL rewriting. I can not reproduce when working from
 home.
 Enterprise security features have a big impact on productivity :-(

 Thanks for the support.

 On Tuesday, July 8, 2014 3:15:57 AM UTC+2, Michael Vogt wrote:

 I checked with document mode set to IE9 with IE11, and ran in all
 kinds of strange behavior when navigating through the menu. Is it
 worth to investigate further?

  --
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/216cbcfc-e33f-4e05-93a3-293d311ab1cc%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/216cbcfc-e33f-4e05-93a3-293d311ab1cc%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAtiMdq-N8JCLSMW8aAV5GGFwt%3DoEoi84FhypGj0k7_K-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: Bad link in GWT Documentation

2014-07-07 Thread stuckagain
I need to revive this thread! It occurred again.
 
There is a bug in the menu system of the documentation!
But it only happens if you use it for more than one documentation page.
 
Start with http://www.gwtproject.org
1) go to the menu item Documentation-Overview url becomes: 
http://www.gwtproject.org/doc/latest/DevGuide.html
2) go to the menu item Documentation-Advanced Topics-Optimize-Client 
Bundle the URL becomes: 
http://www.gwtproject.org/doc/latest/doc/latest/DevGuideClientBundle.html
(doc/latest is repeated)
 
If you start with http://www.gwtproject.org and go to the second items 
(thus skipping 1) then it works fine. So it looks like the urls are badly 
generated.
 
David
 
 

On Thursday, June 12, 2014 9:14:34 AM UTC+2, stuckagain wrote:

 It was in the main navigation panel. But as of this morning (GMT+1)  it 
 works fine. So I guess it had something to do with caching ?
  


 On Wed, Jun 11, 2014 at 6:01 PM, Thomas Broyer t.bro...@gmail.com wrote:

 Hmm, which link? (on which page)

 (there used to be such a bug, but it was fixed a few weeks ago; maybe 
 there's a leftover somewhere)

 On Wednesday, June 11, 2014 3:58:43 PM UTC+2, stuckagain wrote:

 The link to the documentation on Editors is broken.
 It points to: http://www.gwtproject.org/doc/latest/doc/latest/
 DevGuideUiEditors.html
 iso http://www.gwtproject.org/doc/latest/DevGuideUiEditors.html
  

  -- 
 You received this message because you are subscribed to the Google Groups 
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
  To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffd7a0e6-eb17-4b31-b372-886f3d18e3ea%40googlegroups.com
  
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffd7a0e6-eb17-4b31-b372-886f3d18e3ea%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/bdecec35-0e64-42d6-a062-e5dd8d651d1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: Bad link in GWT Documentation

2014-07-07 Thread Jens


 Start with http://www.gwtproject.org
 1) go to the menu item Documentation-Overview url becomes: 
 http://www.gwtproject.org/doc/latest/DevGuide.html
 2) go to the menu item Documentation-Advanced Topics-Optimize-Client 
 Bundle the URL becomes: 
 http://www.gwtproject.org/doc/latest/doc/latest/DevGuideClientBundle.html
 (doc/latest is repeated)


Hm followed the steps and for me the ClientBundle URL is correct.

-- J. 

-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/e13e6080-d1be-46d3-8241-5396192e16a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: Bad link in GWT Documentation

2014-07-07 Thread Michael Vogt
I checked with document mode set to IE9 with IE11, and ran in all
kinds of strange behavior when navigating through the menu. Is it
worth to investigate further?

-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAAfA4Fzjbwsv55CXeC22%3DLjhfMh5zU1X-xY3xbFdtwhQ6eTKUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: Bad link in GWT Documentation

2014-06-12 Thread David
It was in the main navigation panel. But as of this morning (GMT+1)  it
works fine. So I guess it had something to do with caching ?



On Wed, Jun 11, 2014 at 6:01 PM, Thomas Broyer t.bro...@gmail.com wrote:

 Hmm, which link? (on which page)

 (there used to be such a bug, but it was fixed a few weeks ago; maybe
 there's a leftover somewhere)

 On Wednesday, June 11, 2014 3:58:43 PM UTC+2, stuckagain wrote:

 The link to the documentation on Editors is broken.
 It points to: http://www.gwtproject.org/doc/latest/doc/latest/
 DevGuideUiEditors.html
 iso http://www.gwtproject.org/doc/latest/DevGuideUiEditors.html


  --
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
  To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffd7a0e6-eb17-4b31-b372-886f3d18e3ea%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffd7a0e6-eb17-4b31-b372-886f3d18e3ea%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABrJHW3mTSkEfJwqOHA8i-5a6bsADug_ma_2X1XtLPXkBVr0Ug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Bad link in GWT Documentation

2014-06-11 Thread stuckagain
The link to the documentation on Editors is broken.
It points to: 
http://www.gwtproject.org/doc/latest/doc/latest/DevGuideUiEditors.html
iso http://www.gwtproject.org/doc/latest/DevGuideUiEditors.html
 

-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/153cd830-744c-48d7-827d-a892c2218ab8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Bad link in GWT Documentation

2014-06-11 Thread Thomas Broyer
Hmm, which link? (on which page)

(there used to be such a bug, but it was fixed a few weeks ago; maybe 
there's a leftover somewhere)

On Wednesday, June 11, 2014 3:58:43 PM UTC+2, stuckagain wrote:

 The link to the documentation on Editors is broken.
 It points to: 
 http://www.gwtproject.org/doc/latest/doc/latest/DevGuideUiEditors.html
 iso http://www.gwtproject.org/doc/latest/DevGuideUiEditors.html
  


-- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffd7a0e6-eb17-4b31-b372-886f3d18e3ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Bad link for GWT Documentation

2009-02-05 Thread Ricky

Hi Danny,
I was so sure the problem was general !!
Then I launched Firefox and everything was ok.

So after investigation it seems the problem ONLY occurs when
navigating with SAFARI !!
(yep, I use Safari on mac OSX)

On 4 fév, 16:31, Danny Schimke schimk...@googlemail.com wrote:
 I called the GWT docs and everything worked fine...

 2009/2/4 Ricky eric.ca...@gmail.com



  Did you notice that the link to GWT docs is broken for weeks !

  It does just redirect to the documentation of... Google Code
  documentation reader
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
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
-~--~~~~--~~--~--~---



Bad link for GWT Documentation

2009-02-04 Thread Ricky

Did you notice that the link to GWT docs is broken for weeks !

It does just redirect to the documentation of... Google Code
documentation reader



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
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: Bad link for GWT Documentation

2009-02-04 Thread Danny Schimke
I called the GWT docs and everything worked fine...

2009/2/4 Ricky eric.ca...@gmail.com


 Did you notice that the link to GWT docs is broken for weeks !

 It does just redirect to the documentation of... Google Code
 documentation reader



 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
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
-~--~~~~--~~--~--~---