-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.4.1
-
Fix Version/s: 5.5.0 Alpha
-
Component/s: Quick: Controls 1, Quick: Core Declarative QML
-
Labels:None
-
Commits:bef1f341f1516a8c919ac4b6b62841aef7e2639a
QQuickTextEdit::invalidateBlock method marks nodes as dirty but doesn't
call QQuickItem::update(). Because of that it's impossible to
rehighlight text by QSyntaxHighlighter.
Example is attached.
Expected behavior: text's color is changed on radio button click.
Actual behavior: nothing happens until somebody updates text edit itself (by moving cursor/selection/text editing).