Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.4
-
Sym^3 with native splitview support
-
c156280a637abd6acb3894723a9e21ba2abc8fb8
Description
When splitview is open and user long taps an proxy text widget, a context menu is opened.
This leads to some drawing operations on splitview implementation, even though these
could be skipped. The focusItem is even re-positioned into incorrect position due to the
failure.
Check if the focusItem is already positioned correctly and avoid doing anything when it already is.