zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

issue with tab close event #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://forums.smartclient.com/showthread.php?t=3697

Original issue reported on code.google.com by sanjiv.j...@gmail.com on 17 Jan 2009 at 12:48

GoogleCodeExporter commented 9 years ago
Issue 154 has been merged into this issue.

Original comment by sanjiv.j...@gmail.com on 17 Mar 2009 at 12:50

GoogleCodeExporter commented 9 years ago
Fixed in SVN.

TabSet.addCloseClickHandler no longer cancels to close action of the tab. 
Registering this handler simply notifies 
you that the tab close icon was clicked. If you do want to cancel the tab from 
closing, simple call 
CloseClickEvent.cancel() from within your event handler.

Original comment by sanjiv.j...@gmail.com on 5 May 2009 at 4:30