Bug 535448 - Mouse clicks on canvas not recorded
Summary: Mouse clicks on canvas not recorded
Status: UNCONFIRMED
Alias: None
Product: RCPTT
Classification: Technology
Component: Runtime (show other bugs)
Version: 2.2.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 2.0.2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-01 07:43 EDT by Daniel Herding CLA
Modified: 2018-06-01 07:43 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Herding CLA 2018-06-01 07:43:30 EDT
It is based on Eclipse 3.8 Juno, and I run it on Windows 7.
Our application uses SWT canvas widgets, e.g. graphical viewer of Eclipse Window Builder or our custom widgets.

Using RCPTT 1.5.5, clicking on an SWT canvas widget records 
> with [get-editor x1 | get-canvas -after [get-label y1] -index 1] {
>     mouse-press 11 19 button1
>     mouse-release 11 19 button1 524288
> }

Using RCPTT 2.0.0, 2.1.0 or 2.2.0, clicking on the same SWT canvas widget will fail to record anything.

However, the newer versions are able to replay the canvas-click recorded in RCPTT 1.5.5.