https://bugs.kde.org/show_bug.cgi?id=283572
Summary: Unreadable text on tooltips in KDE 4.7 Product: digikam Version: 2.1.1 Platform: Fedora RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Created an attachment (id=64324) --> (http://bugs.kde.org/attachment.cgi?id=64324) Digikam 2.1.1 with Version: 2.1.1 (using KDE 4.7.1) OS: Linux Text on tooltips is unreadable in KDE 4.7 with Oxygen colors. Reproducible: Always Steps to Reproduce: Enable tooltips for images in albums. Actual Results: Black text in black tooltips is invisible. Expected Results: Text should be visible. The same problem in Digikam 2.2.0. No such problem with Oxygen colors in KDE 4.6. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=283572
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|general |Themes --- Comment #1 from Gilles Caulier <caulier gilles gmail com> 2011-10-08 11:18:47 --- All color in digiKam are relevant of KDE color scheme set in KDE control center. Look into Settings/themes menu entry Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #2 from nucleo <nucleo fedoraproject org> 2011-10-08 11:35:00 --- Created an attachment (id=64335) --> (http://bugs.kde.org/attachment.cgi?id=64335) white text on black background (In reply to comment #1) > All color in digiKam are relevant of KDE color scheme set in KDE control center. There is default theme in Settings/themes (Oxygen). But KDE applications such as systemsettings have tooltips with readable text (white on black background). -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #3 from Gilles Caulier <caulier gilles gmail com> 2011-10-08 11:40:49 --- Which KDE color theme you use exactly ? Oxygen ? Because it work fine here. Do you use a KDE global theme too, which assign also some colors to application? Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #4 from nucleo <nucleo fedoraproject org> 2011-10-08 11:46:19 --- This is LiveCD with default settings in KDE 4.7.1. Oxygen colors and Air desktop theme used there. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #5 from Gilles Caulier <caulier gilles gmail com> 2011-10-08 13:17:10 --- Same for me here, and no problem... KDE 4.6.5. Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #6 from nucleo <nucleo fedoraproject org> 2011-10-08 13:18:22 --- This problem appears in KDE 4.7, no such problem in 4.6. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
Rex Dieter <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[hidden email] Ever Confirmed|0 |1 --- Comment #7 from Rex Dieter <rdieter math unl edu> 2011-10-08 16:52:30 --- I can confirm (using digikam-2.1.1), settings->themes->oxygen makes popups (very close to) unreadble on kde-4.7.x. pretty much any other theme works better (oxygen cold, for example). -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #8 from Rex Dieter <rdieter math unl edu> 2011-10-08 16:53:12 --- when I get a chance, I'll try to diff the kde-4.6 vs kde-4.7 oxygen color scheme -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #9 from Marcel Wiesweg <marcel wiesweg gmx de> 2011-10-08 17:45:44 --- Please note there is no real custom drawing involved: { QStylePainter p(this); QStyleOptionFrame opt; opt.init(this); p.drawPrimitive(QStyle::PE_PanelTipLabel, opt); } QLabel::paintEvent(e); code is mostly copied from Qt (we render some details ourselves, and the relevant Qt code is not public) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
Rex Dieter <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Themes |general Version|2.1.1 |4.0 Product|digikam |Oxygen --- Comment #10 from Rex Dieter <rdieter math unl edu> 2011-11-21 21:06:39 --- OK, did some digging, and kde-4.7's Oxygen.colors changed a bit here, https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/602a3c2c9e0cb2a32184139adfd2fa1dcf712aeb In particular, the [Colors:Tooltip] section's BackgroundNormal changed dramatically. Poking oxygen folks to find out what's up with that. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
Rex Dieter <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[hidden email] |[hidden email] --- Comment #11 from Rex Dieter <rdieter math unl edu> 2011-11-21 21:07:32 --- reassigning to oxygen for real this time, for feedback on comment #10 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
Rex Dieter <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |general Version|4.0 |2.2.0 AssignedTo|[hidden email] |[hidden email] Product|Oxygen |digikam --- Comment #15 from Rex Dieter <rdieter math unl edu> 2011-11-21 21:38:46 --- Fair nuf, back to digikam then to implement the suggestion. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #16 from Christoph Feck <christoph maxiom de> 2011-11-21 21:47:44 --- nucleo, please report to libreoffice-kde developers (that's probably a distribution specific add-on). If they respect the KDE/Qt colors, they should respect all of them, not only the background. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #17 from Rex Dieter <rdieter math unl edu> 2011-11-21 21:48:32 --- Heh, I even see a call in digikam's ditemtooltip.cpp with a commented out: //setForegroundRole(QPalette:ToolTipText); -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #18 from Christoph Feck <christoph maxiom de> 2011-11-21 21:51:08 --- You can also use http://opendesktop.org/content/show.php?content=90034 to check for hard coded black colors or wrong color role usage in applications. The tool tips with that theme have a light yellow background, but should also have a dark yellow (brown) text, not a black or blue one. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
Hugo Pereira Da Costa <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[hidden email] Resolution| |FIXED --- Comment #19 from Hugo Pereira Da Costa <hugo pereira free fr> 2011-11-21 22:41:27 --- So Libreoffice issue is libreoffice bug (specific to -kde) Digikam issue is digikam bug (right ?) So closing as downstream. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
Hugo Pereira Da Costa <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |DOWNSTREAM -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
--- Comment #20 from nucleo <nucleo fedoraproject org> 2011-11-21 22:46:02 --- But why closing bug against digikam without actual fix in digikam? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=283572
Christoph Feck <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DOWNSTREAM | --- Comment #21 from Christoph Feck <christoph maxiom de> 2011-11-21 22:58:39 --- Reopen, because it is still valid for digikam. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |