Ticket #1026 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

Simple application containing Horizontal SplitPanel renders no components

Reported by: Jani Laakso Owned by: Jani Laakso
Priority: major Milestone: 5.0.0-beta-phase2 (release candidate)
Component: undefined Version: 5.0.0-pre
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

See source code and try com.itmill.toolkit.tests.TestSplitPanel? WITHOUT TestBench?. In TestBench? it works.

SplitPanel? is rendered in the top most area on screen, if you move it then SplitPanel? completely vanishes. No labels are rendered in any time to screen.

Change History

Changed 15 months ago by Jani Laakso

  • summary changed from Simple application containing SplitPanel with one Label each render / functionality fails to Simple application containing Horizontal SplitPanel renders no components

// this works //SplitPanel verticalSplit = new SplitPanel?(SplitPanel?.ORIENTATION_HORIZONTAL); // TODO: this does NOT work SplitPanel? verticalSplit = new SplitPanel?(SplitPanel?.ORIENTATION_VERTICAL);

See TestSplitPanel?.java

Changed 15 months ago by Jani Laakso

  • status changed from new to closed
  • hours_left deleted
  • resolution set to fixed

Fixed in #2635

Note: See TracTickets for help on using tickets.