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 to super.onBrowserEvent. I assume the comment
should be deleted?

2. com.google.gwt.user.client.ui.TabBar#TabBar -- Line 201 is
"first.setHeight("100%");" and guess what's on line 206? The same
thing! I'm guessing one of these is not necessary.


Thanks,

jay

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to