Skip to content
Discussion options

You must be logged in to vote

@Jobima1st, real bug, and your video made it a one-look diagnosis. Fixed in the current development build (latest-v4-dev, r3304 or newer).

What was wrong: the window watches every click so it can drop keyboard focus when you click a neutral surface. That watcher walks upward from whatever element the click landed on, and it used a WPF call that only accepts ordinary visual elements. The slot type badge's label is formatted text, and clicking formatted text hands the watcher the text fragment itself, which that call rejects by throwing. Hence the error dialog on a plain left click.

The walk now routes text fragments through the tree that knows their parent, and the same fix went to four ot…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jobima1st
Comment options

Answer selected by Jobima1st
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants