https://bugs.kde.org/show_bug.cgi?id=396813
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-framework/2faa71a55a750 | |d54c941aa6dd73ec02cfc9be34b Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #12 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 2faa71a55a750d54c941aa6dd73ec02cfc9be34b by David Edmundson. Committed on 28/08/2018 at 09:26. Pushed by davidedmundson into branch 'master'. Workaround bug with native rendering and opacity in TextField text Summary: Problem is identified in https://bugreports.qt.io/browse/QTBUG-70138 with a potential patch for upstream. With native rendering the alpha is pointlessly also set in the glBlendFunc despite also being used in the uniform of the shader. Resulting in a visual bug when used on a window with alpha (such as Dialog) It sucks, but we were starting to see people work round it by copying more invasive workarounds everywhere else which I want to avoid. Test Plan: Looked at a text field Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: ngraham, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D15021 M +5 -1 src/declarativeimports/plasmastyle/TextFieldStyle.qml https://commits.kde.org/plasma-framework/2faa71a55a750d54c941aa6dd73ec02cfc9be34b -- You are receiving this mail because: You are watching all bug changes.