Bug 361075 - Cursor is not override to caret after context menu is closed
Summary: Cursor is not override to caret after context menu is closed
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-ktexteditor
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.20.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-28 06:33 UTC by Anthony Fieroni
Modified: 2016-06-15 04:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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