Closed GoogleCodeExporter closed 8 years ago
Very good find!
It appears this occurs since the numpad minus is used by the TreeView to
collapse the current tree. In this case it tries to collapse the "Playlist"
tree. This causes the EditableTextBlock to loose focus and thus leave the edit
mode. The regain of focus for the ETB will prevent the collapse however.
The fix is actually less trivial than I initially thought. Mostly since the ETB
needs to work on KeyUp events and the TreeView seems to collapse on KeyDown. So
I cannot just stop the key event from propagating, instead I need to find a way
to prevent the TreeView from acting on it but still let the event reach the ETB.
Original comment by christof...@stoffiplayer.com
on 6 Nov 2012 at 2:29
This issue was closed by revision r1425.
Original comment by christof...@stoffiplayer.com
on 22 Jan 2013 at 12:47
Original issue reported on code.google.com by
andyuz...@gmail.com
on 6 Nov 2012 at 10:59