Ticket #832 (closed defect: fixed)
Invalid getSelect() method in TabSheet.SelectedTabChangeEvent
| Reported by: | Marko Gronroos | Owned by: | Jani Laakso |
|---|---|---|---|
| Priority: | undefined | Milestone: | User Interface Library 5.2.0 RC |
| Component: | Server-side framework | Version: | 4.0.2 |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | yes | Contract: | |
Description
The TabSheet?.SelectedTabChangeEvent? class has a getSelect() method that returns the source component of the event casted to Select class. The source component is always a TabSheet?, which does not inherit the Select class. The cast would therefore always result in an error.
Perhaps the method should be replaced with a getTabSheet() method that returns the source tabsheet?
Change History
Note: See
TracTickets for help on using
tickets.
