[Bug 166605] Black background in Notes in text which has been pasted

Marco Martin notmart at gmail.com
Tue Jul 15 14:55:17 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=166605         




------- Additional Comments From notmart gmail com  2008-07-15 14:55 -------
the problem is that when you copy text from the notes applet it copies rich text with a black background (it's html, so he don't know what alphachannel is, so QColor(0,0,0,0) = QColor(0,0,0,255))
the only workaround that comes to my mind is to forbid rich text setAcceptRichText(false)
don't know if it's possible to modify somehow the text copied, maybe reimplementing createMimeDataFromSelection() ? just guessing, i have no idea


More information about the Panel-devel mailing list