Created attachment 64061 [details] File dialog shot Version: unspecified (using KDE 4.7.1) OS: Linux I have those bug since I upgraded KDE to 4.7.1. It happens on the last 2 versions of Komodo Edit (now 6.1.2) When I write php/html code, the auto-completion popup appears but list is invisible. If I write an existing var/function, I can complet it with first element by pressing TAB. I can also select an element guessing the position into the list. So apparently completion works but there something wrong when displaying it. A similar bug happens when I want top open a project or a file. The file dialog opens but contents is invisible. I just see the current folder tree on the top and can navigate throug it but left and right columns contents are invisible. As above I can click the lists in the dark. Reproducible: Always Steps to Reproduce: Example 1: Write php/html code Example 2: From menu click Project->Open Project... Actual Results: Example 1: I see a popup with elevator in case of many choice and can select invisible elements. Example 2: I see current directory tree on the top but left and right contents are invisible but selectable. Expected Results: Example 1: Auto-completion popup appears with all possible variable. Example 2: Disk tree should be visible on the left. Folder contents should be visible on the right. It is apparently a KDE bug because it happens since upgrade to 4.7.1. Didn't try the downgrade, tell me if you need me to do that. You can see a similar report to ActiveState but it doesn't seem to be very reactive: http://community.activestate.com/node/7294
Does this bug also appear when you are not using the Oxygen-GTK engine?
Le Jeudi, 29 Septembre 2011 14.47:51, Christoph Feck a écrit : > https://bugs.kde.org/show_bug.cgi?id=283016 > > > Christoph Feck <christoph@maxiom.de> changed: > > What |Removed |Added > --------------------------------------------------------------------------- > - CC| |christoph@maxiom.de > > > > > --- Comment #1 from Christoph Feck <christoph maxiom de> 2011-09-29 > 12:47:51 --- Does this bug also appear when you are not using the > Oxygen-GTK engine? Effectively, I have installed QtCurve and it is displayed correctly now, thanks you.
@Ruslan This is a problem with the inner shadow hack. Disabling it fixes the issue. I'll black list the application. (there is already an isKomodo in our code, so ...)
Git commit b9b19472e7ba86efb48900e6c5324a270759d58e by Hugo Pereira Da Costa. Committed on 29/09/2011 at 16:37. Pushed by hpereiradacosta into branch '1.1'. Do not enable inner shadows for komodo CCBUG: 283016 M +2 -7 src/animations/oxygenanimations.cpp http://commits.kde.org/oxygen-gtk/b9b19472e7ba86efb48900e6c5324a270759d58e
Comment #4 fixes it (and likely also fixes other issues reported in attachement). So closing. Thanks for reporting. @Gabriel if you want to double check, get the oxygen-gtk code from git: git clone -b 1.1 git://anongit.kde.org/oxygen-gtk and try compile it (its quite straightforward, and there is an INSTALL file provided).
I wish there existed a WORKEDAROUND resolution option in this bug tracker :)
@Ruslan: what made me decide quickly is that: 1/ animations are already disabled for OpenOffice and Komodo 2/ inner shadow is already disabled for OpenOffice, so, "by analogy" adding Komodo to the disabling of the inner shadow code seemed natural ... I hope you don't mind ;) (I love the inner shadows !)
@Hugo > I hope you don't mind ;) Yeah, of course - since Komodo is known to be bad, blacklisting is the only thing we can do here.