Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving items does not work if there is more than one RichItemsControl #26

Open
cxbrettbaker opened this issue Sep 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@cxbrettbaker
Copy link

cxbrettbaker commented Sep 6, 2023

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.

image

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.

image

Any idea why this might be happening?

@mircea21S
Copy link
Owner

mircea21S commented Sep 8, 2023

Hi!

I'll have to look into this one ( looks interesting). I am not able to do this now, but I will try it soon and come back with an answer.

Thanks for reporting this.

@mircea21S mircea21S added the bug Something isn't working label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants