| Summary: | [design] Example themes not working without ConfigAction | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | rgra Missing name <rgransberger> | ||||
| Component: | Demo | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | ivan | ||||
| Version: | 2.3 | ||||||
| Target Milestone: | 2.3 RC1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Thanks for the patch. Pending change - https://git.eclipse.org/r/26900. The change is merged in master. |
Created attachment 243256 [details] Fix for ViewStackPresentation When the actionClass attribute from the org.eclipse.rap.ui.stackPresentations stackPresentation is not configured, the view panes remain empty when switching between view tabs (e.g. in the business theme from the org.eclipse.rap.design.example project). This is due to a bug in the ViewStackPresentation which sets the view pane visible only when a configAction is available. Proposed fix is attached.