Bug 361075

Summary: Cursor is not override to caret after context menu is closed
Product: [Frameworks and Libraries] frameworks-ktexteditor Reporter: Anthony Fieroni <bvbfan>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 5.20.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Anthony Fieroni 2016-03-28 06:33:13 UTC
I think this must be done in DocumentViewPrivate to handle focusIn to override cursor *always* to caret. I saw this problem *sometimes* when selection changes.

Reproducible: Always

Steps to Reproduce:
1. Right click to open context menu
2. Click outside it, but in text editor view
3. Cursor is still pointer, must be caret

Actual Results:  
This is one of Qt5 backwords, i think :)

Expected Results:  
Every time cursor is over document view to be caret
Comment 1 Dominik Haumann 2016-05-27 13:32:17 UTC
This should be resolved upstream in Qt 5.6.1, right?
https://bugreports.qt.io/browse/QTBUG-49222