| Summary: | Show list Chevron Button don't show drop-down menu | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Michał Fijałkowski <mihi977> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 3.10 | ||||||||
| Target Milestone: | 3.19 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 10 | ||||||||
| See Also: |
https://git.eclipse.org/r/c/rap/org.eclipse.rap/+/187817 https://git.eclipse.org/r/c/rap/org.eclipse.rap/+/187818 https://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=95f8446c3dc438704261e1245f316cd7f5040890 https://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=117f348834f711a147dfdc8de4a6939de00fdd2a |
||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Please provide a test project to demonstrate the issue. Created attachment 285739 [details]
test project sources
Another issue I found was problem with maximizing. I solved it by implement MaximizeAddon and add Standalone tag to Placeholderes but probably is also bug. New Gerrit change created: https://git.eclipse.org/r/c/rap/org.eclipse.rap/+/187817 New Gerrit change created: https://git.eclipse.org/r/c/rap/org.eclipse.rap/+/187818 Gerrit change https://git.eclipse.org/r/c/rap/org.eclipse.rap/+/187817 was merged to [master]. Commit: http://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=95f8446c3dc438704261e1245f316cd7f5040890 Gerrit change https://git.eclipse.org/r/c/rap/org.eclipse.rap/+/187818 was merged to [master]. Commit: http://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=117f348834f711a147dfdc8de4a6939de00fdd2a |
Created attachment 285703 [details] The structure of Application.e4xmi The chevron button that is shown when a CTabFolder overflows don't work correctly. It looks like bug because double click on it make MPartStack maximize full screen and also appears drop-down menu with other MParts list. But if you pick it only once it do nothing. The structure of Application.e4xmi is shown in attachment.