Re: [gwt-contrib] 2 questions about TabBar internals

2010-10-08 Thread Joel Webber
Thanks for pointing these out, Jay. If you could put together a quick patch, we'd be glad to commit it. Le 6 octobre 2010 16:52, jay jay.gin...@gmail.com a écrit : While debugging my code I ran across two things within the TabBar class that I seemed strange... (Line numbers are from svn 8960.)

[gwt-contrib] 2 questions about TabBar internals

2010-10-06 Thread jay
While debugging my code I ran across two things within the TabBar class that I seemed strange... (Line numbers are from svn 8960.) 1. com.google.gwt.user.client.ui.TabBar.ClickDelegatePanel#onBrowserEvent -- There's a comment on line 149: // No need for call to super., and yet there *is* a call