qt5base-lts/tests/auto/widgets
Zhang Hao 3983afd48f QGraphicsView:QGraphicstextitem show error after lose focus
The reason for this bug is that after the TextItem loses focus,
the focusItem in QGraphicsScene is already empty.
When QGraphicsScene responds to the inputMethodEvent event again,
since focusItem is already empty,focusItem will no longer deliver events.

Fixes:QTBUG-85088
Pick-to:5.15

Change-Id: I329054333c2adec133d35318761612aca3afcf0d
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2020-09-18 09:17:37 +08:00
..
dialogs Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
effects Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
graphicsview QGraphicsView:QGraphicstextitem show error after lose focus 2020-09-18 09:17:37 +08:00
itemviews Fix deprecation warnings in tests 2020-09-17 06:45:59 +02:00
kernel Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
styles Deprecate and remove uses of AA_DisableHighDpiScaling 2020-08-31 19:14:55 +02:00
util Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
widgets Fix warning from shadowing virtual function 2020-09-17 13:26:39 +02:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro