Commit d08524fb authored by Peter Varga's avatar Peter Varga Committed by Alexandru Croitor
Browse files

Disable setting background color in QInputMethodEvent


IME managers may set background and foreground color of the composition
string. Since there is no Chromium API for setting the foreground color,
changing the background color to black may produce "black-on-black" text.
Chromium locks the background color to transparent thus we do the same
in this fix.

Task-number: QTBUG-58362
Task-number: QTBUG-60031
Change-Id: I939c8aaaa847de191890d6924ba3c7652465f8a0
Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
parent f162e81a
Showing with 7 additions and 5 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment