https://bugs.kde.org/show_bug.cgi?id=422950
--- Comment #3 from Taketo Kabe <dk...@vega.pgw.jp> --- Created attachment 130238 --> https://bugs.kde.org/attachment.cgi?id=130238&action=edit Patch to render QLineEdit text caret cursor visible in decoreated KLineEdit The text caret cursor in QLineEdit is temporary rendered by QPainter->setCompositionMode in QPainter::RasterOp_NotDestination, but this seems to not work nicely in decorated (CSS "border-style" set) KLineEdit widget. It makes text caret cursor rendered in background color. This patch makes it uses QPainter::RasterOp_SourceOrNotDestination, which makes text caret cursor rendered visible. WARNING: this patch is for Qt5 qtbase; not for khtml. I'll try reporting this to Qt. -- You are receiving this mail because: You are watching all bug changes.