using oxygen the height of the textbox scales so you can comforttably check all the text while writing. in contrast, in qtcurve you can only see a line and a scrollbar appears, which impedes to check all message at glance Reproducible: Always Steps to Reproduce: 1. move from oxygen style to qtcurve 2. write a message in choqok 3. height doesn't change and Actual Results: height doesn't change and a scrollbar appears instead Expected Results: height should adapt
It could also be a problem in qtcurve itself, please see: https://bugs.kde.org/show_bug.cgi?id=317692
Created attachment 78552 [details] screenshot
bug in launchpad: https://bugs.launchpad.net/ubuntu/+source/kde-style-qtcurve/+bug/1162957
It's a problem of theme. so I close it
I'd like to fill a bug upstream then, any indication of where to reach QtCurve developers?
You can report bugs for QtCurve on the kde-look.org page. http://kde-look.org/content/show.php?content=40492
jsardid@gmail.com : I am the current maintainer of qtcurve. I cannot really reproduce your issue, i.e. I see no difference on either the inline or popup window for writing new message. Could you please 1. check if the issue is still there 2. your version of qtcurve and choqok 3. your qtcurve compile flag 4. more detail about your problem P.S. I don't think this is a good place to discuss about qtcurve and I don't like to discuss on kde-look.org either. Could you please report this as an issue on github (github.com/qtcurve/qtcurve-qt4) and discuss there? Thank you.
Thanks Yichao Yu for trying to fix the issue! 1. Yes I still see the problem in both the inline and the popout window. 2. I'm using qtcurve (1.8.14), the new version of choqok (1.4), kde (4.11.2) and kubuntu (13.10). 3. I use deb packages from kubuntu, but I tried compiling from the git source you indicated with identical result. 4. There is no much more to explain, I just open choqok and try to write a message. Using oxygen the textbox rescales so you can see all your text. When using qtcurve, the window still rescales but so tiny bits that you cannot see more than a single line and the vertical scrollbar appears. I'm opening an issue in github to continue discussion there...
Update from QtCurve: It turns out that this is because choqok uses the minimum height of the scrollbar for the height of the input area, making it theme and setting dependent. I have added a lower limit on the size in QtCurve so this shouldn't be a problem anymore. However, maybe it is better or more reliable for choqok to support different settings and themes if the size is calculated from the font size.
More update: This should be fixed in choqok. Setting a minimul length of the scrollbar cannot fix the problem completely and it is actually also broken in oxygen if the user has a larger font than default. How can I request reopenning this bug?
More info here[1] and here[2]. [1] https://github.com/QtCurve/qtcurve-qt4/issues/7 [2] https://bugs.launchpad.net/ubuntu/+source/kde-style-qtcurve/+bug/1162957
https://git.reviewboard.kde.org/r/114022/
Should be fixed with the merged review request.