Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-completion fail on KDE #144

Closed
jokesterfr opened this issue Oct 26, 2012 · 3 comments
Closed

Auto-completion fail on KDE #144

jokesterfr opened this issue Oct 26, 2012 · 3 comments
Labels

Comments

@jokesterfr
Copy link

I'm running git-cola on an up to date Kubuntu, using git-cola from git master.
This is a GUI bug, I can't read (but rather use) the auto-completion items suggested by git-cola. For instance when selecting a branch I got this :

Git-cola 1.8.0 bug on KDE

If you need some more info, please tell me.

Jk

@davvid
Copy link
Member

davvid commented Oct 31, 2012

Hmm I'm not convinced that this is a git-cola specific bug, but I would very much like to find an acceptable workaround.

I have tested the following platforms: lxde on Ubuntu, xfce4 on Ubuntu, gnome2 on RHEL6, and OS X. I can't reproduce it in any of these environments.

Could it be a KDE bug? I'll try installing KDE on Ubuntu and see if I can reproduce it there. It's really odd that it would cut off the text like that. It's behaving as if Qt is only rendering a portion of the item.

Are there any PyQt4 / KDE folks that we can ask about this issue? If I can reproduce it then I can also see if there's a way to work around it.

Git-cola 1.8.0 bug on KDE

@davvid davvid closed this as completed in 4e6821a Nov 3, 2012
@davvid
Copy link
Member

davvid commented Nov 3, 2012

I installed KDE and was able to quickly reproduce this. Thanks for the heads-up -- it's fixed now 😺

gdebure pushed a commit to gdebure/git-cola that referenced this issue Dec 17, 2012
We were clipping the delegate's paint region, which was probably a
mistake.  This problem only manifests itself on KDE currently, but this
fix should work everywhere.

Closes git-cola#144

Signed-off-by: David Aguilar <davvid@gmail.com>
@jokesterfr
Copy link
Author

Thank you davvid!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants