Bug #625
editline jumps funny
100%
Description
When I'm tiping a message, the editline jumps strangly. I have attached a vid of this.
I'm using quassel-git and kde 4.2
Associated revisions
Consider frameWidth() for setting the inputline height
Turns out that the problem of being too large if we do this seems to be an
issue with a new documentMargin() property in Qt 4.5. Setting this to 0 and
adding the frameWidth() to the font height should fix #625.
History
#1 Updated by jesperht over 15 years ago
In src/uisupport/inputline.cpp, if you change:
setMaximumHeight(document()->size().toSize().height());
to
setMaximumHeight(document()->size().toSize().height()+2);
It works according to xAFFE (couldn't reproduce it on my system).
#2 Updated by jesperht over 15 years ago
- File 0003-Add-extra-spacing-to-deal-with-borders-so-that-the-i.patch 0003-Add-extra-spacing-to-deal-with-borders-so-that-the-i.patch added
Patch to implement the stuff above
#3 Updated by Sputnick over 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 0f94681b05463c64c75d25d18a0ab2fd1d4af7b9.
#4 Updated by xAFFE over 15 years ago
In Changeset 0f94681b05463c64c75d25d18a0ab2fd1d4af7b9 the attached Patch is not included.
Please reopen this issue!
#5 Updated by xAFFE over 15 years ago
- Status changed from Resolved to Feedback
Reopened this issue.
Thanks EgS
#6 Updated by EgS over 15 years ago
- Status changed from Feedback to Assigned
- Assignee set to Sputnick
#7 Updated by Sputnick over 15 years ago
- Status changed from Assigned to Resolved
- Target version set to 0.5.0
- Version changed from 0.4.0+ to 0.3.0.x
Fixed properly now in http://git.quassel-irc.org/?p=quassel.git;a=commit;h=b59ac9eaf6ab7580bca7d2cde3849229ddd11483 one would hope.
#8 Updated by xAFFE over 15 years ago
Sputnick wrote:
Fixed properly now in http://git.quassel-irc.org/?p=quassel.git;a=commit;h=b59ac9eaf6ab7580bca7d2cde3849229ddd11483 one would hope.
yup, can confirm this one.
Various tweaks to the input line in KDE mode