| Summary: | NPE in org.eclipse.rap.rwt.internal.protocol.ControlOperationHandler.createMouseEvent() | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Thomas Hendel <hendel> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ivan |
| Version: | 3.9 | ||
| Target Milestone: | 3.10 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
| See Also: |
https://git.eclipse.org/r/144855 https://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=040b9851ecbfe009c2b013f55ba6d8810e2e3588 |
||
| Whiteboard: | |||
|
Description
Thomas Hendel
It seems that default: properties.button = 0; break; in rwt.remote.EventUtil.addButtonToProperties() would do the trick - the Java-side can apparently deal with "button" set to 0 (In reply to Thomas Hendel from comment #1) > It seems that > > default: > properties.button = 0; > break; > > in rwt.remote.EventUtil.addButtonToProperties() would do the trick - the > Java-side can apparently deal with "button" set to 0 Yes... Exactly. New Gerrit change created: https://git.eclipse.org/r/144855 Gerrit change https://git.eclipse.org/r/144855 was merged to [master]. Commit: http://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=040b9851ecbfe009c2b013f55ba6d8810e2e3588 |