| Summary: | Menu.setVisible behaves differently in SWT | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Hiromu Hota <hiromu.hota> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | minor | ||||||
| Priority: | P3 | CC: | ivan | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 3.8 | ||||||
| Hardware: | PC | ||||||
| OS: | Mac OS X | ||||||
| See Also: |
https://git.eclipse.org/r/134543 https://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=2141e95834526f4925cee897ab4bd98b0597ee3e |
||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
New Gerrit change created: https://git.eclipse.org/r/134543 Gerrit change https://git.eclipse.org/r/134543 was merged to [master]. Commit: http://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=2141e95834526f4925cee897ab4bd98b0597ee3e |
Created attachment 277014 [details] Minimal createContents that reproduces this issue Menu.setVisible in RWT behaves differently than that in SWT. While SWT sets the cursor location as the menu location when it is not set, RWT does not and shows the menu at (0,0).