Envision icon indicating copy to clipboard operation
Envision copied to clipboard

Incorrect focus given to Qt Item on click

Open dimitar-asenov opened this issue 10 years ago • 0 comments

In some cases, a Qt item will gain focus even though the Envision even handling functions were not called or did not properly handle the focus.

For example:

  • Start OOVisualization
  • Click to the right of aLongTestMethod. This should result in a thick, long vertical cursor.
  • Click under the field box of class Generic, to the left of the class outline.
  • Either the field box or the entire class is selected. In both cases however the thick cursor in class HelloWorld remains, whereas it should disappear.

dimitar-asenov avatar Jan 26 '15 13:01 dimitar-asenov