You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'd like to report a bug. It seems that when the running app has more than one RichCanvas, only the newest one works as intended.
To demonstrate, I modified the RichCanvasDemo application to have two different canvases. The bottom canvas works as expected, but the top canvas doesn't allow elements to be clicked on, dragged, resized, etc.
In case it helps at all, here's what Snoop says the order of events are when attempting to click on the rectangle. (left is the not working canvas, right is the working one) It seems that MouseDown never gets fired on the rectangle.
Any idea why this might be happening?
The text was updated successfully, but these errors were encountered:
Hello, I'd like to report a bug. It seems that when the running app has more than one RichCanvas, only the newest one works as intended.
To demonstrate, I modified the RichCanvasDemo application to have two different canvases. The bottom canvas works as expected, but the top canvas doesn't allow elements to be clicked on, dragged, resized, etc.
In case it helps at all, here's what Snoop says the order of events are when attempting to click on the rectangle. (left is the not working canvas, right is the working one) It seems that MouseDown never gets fired on the rectangle.
Any idea why this might be happening?
The text was updated successfully, but these errors were encountered: