neo09 / gwt-platform

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

Modify gwtptabsample so that it doesn use autoHideOnHistoryEventsEnabled #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The "autoHideOnHistoryEventsEnabled" used in the gwtptabsample is not 
recommended in V0.3. Instead, user should rely on 
PopupViewImpl.setAutoHideOnNavigationEventEnabled(). This ensures that the auto 
hiding behavior works well even when 
PlaceManager#setOnLeaveConfirmation(String) is used.

We should update the sample when releasing V0.3.

Original issue reported on code.google.com by philippe.beaudoin on 17 Jul 2010 at 11:08

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 21 Jul 2010 at 8:30