Bugzilla – Bug 427936
Background images of text boxes are broken
Last modified: 2008-09-25 10:08:07 UTC
The background image of text boxes (e.g. Partitioner, Release notes, Installation summary, etc.) just shows stripes. Text is close to unreadable.
*** Bug 428148 has been marked as a duplicate of this bug. ***
*** Bug 428140 has been marked as a duplicate of this bug. ***
*** Bug 429070 has been marked as a duplicate of this bug. ***
It appears as if Qt suddenly started having issues with alpha blending. The theme hasn't changed since 11.0. A workaround could be using a dull opaque grey instead if there is little chance of fixing the compositing in Qt. The styling in question is: YQLogView QTextEdit, YQRichText > YQTextBrowser { background-color: rgba(0, 0, 0, 60); }
*** Bug 427855 has been marked as a duplicate of this bug. ***
not a qt specific issue. *** This bug has been marked as a duplicate of bug 426370 ***