| Summary: | On Win7 checkbox Button.getSelection() is returning false even when checked | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | SWT | Assignee: | Platform-SWT-Inbox <platform-swt-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | Michael_Rennie, Olivier_Thomann |
| Version: | 3.7 | ||
| Target Milestone: | 3.8 M4 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 365661, 365914 | ||
|
Description
Curtis Windatt
Olivier says that while debugging the isVisible() call returns false while getSelection() returns true (correctly). Mike had said getSelection() was causing the problem for him. Mike, can you please confirm. I can't reproduce on my current machine to debug. Closing as INVALID. The problem is in the PDE wizard itself where we make a call to the button when being on the next page. So in this case, the button is no longer visible. The fix should be done as part of bug 365661. (In reply to comment #1) > Olivier says that while debugging the isVisible() call returns false while > getSelection() returns true (correctly). > > Mike had said getSelection() was causing the problem for him. Mike, can you > please confirm. When I debugged through, I saw that getSelection was always false and getVisible was always true |