History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: DTRC-317
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Oleg Stepanov
Reporter: Mikhail Pilin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
dotTrace

Focus jumps to root node in async trees when user continuously press RIGHT key

Created: 02 Aug 06 10:25   Updated: 11 Apr 07 13:54
Component/s: Tree Control
Affects Version/s: dotTrace 218
Fix Version/s: 4.0

Original Estimate: 3 hours, 38 minutes Remaining Estimate: 3 hours, 38 minutes Time Spent: Unknown


 Description  « Hide
ReSharper bug:

The problem is in implementation AsyncTreeStructure.ShowRealChildren():
...
progressItem.Node.Parent.Expanded = false;
progressItem.Node.Parent.Expanded = true;
...
Focus lost after first Expand.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.