Ticket #1953 (closed defect: fixed)
IGridlayout fails to render rows with colspanned rows properly
| Reported by: | Joonas Lehtinen | Owned by: | Artur Signell |
|---|---|---|---|
| Priority: | blocker | Milestone: | User Interface Library 5.3.0 RC |
| Component: | gwt-adapter-client | Version: | 5.2.5 |
| 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: | no | Contract: | |
Description (last modified by Matti Tahvonen) (diff)
Test case containing two grids that render badly in trunk.
Problem is that render function trusts that GWT Grid will return the right cell by index. But GWT Grids indexes on rows are actually just the index of TD in TR as a children, not a real grid cell index. Layout function must implement this kind of logic by itself.
See also forum post: http://forum.itmill.com/posts/list/449.page (the second grid in test case).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
