Bug #1212
text inputWidget doesn't expand in size in multiline mode on Mac OS X
100%
Description
Multiline mode is enabled. When I enter multiple lines by pressing shift-enter the multiple lines are displayed correctly in the inputWidget but the inputWidget doesn't expand in size so the previous lines scroll up an out of sight.
Screenshot from Mac OS X:
Screenshot of feature working on linux:
I have a branch where you can see what I've tried in my attempts to fix the problem: https://github.com/concord-consortium/quassel/tree/expand-multiline-entry-on-macos
I know very little about C++ or QT ... and the work in that branch does not fix the problem.
Perhaps it's just a bug in WTs QComboBox::AdjustToContents on Mac OS X.
I checked the QT bug tracker and didn't see a bug there.
System:
Mac OS X 10.6.8
QT 4.8.4 installed with homebrew
Tested on both stable v0.8.0 release of quassel and master branch build from 20130412:96d18ff3
Associated revisions
Fix multiline textedit not expanding on OS X
Fixes #1212. Resolves GH-240.
(cherry picked from commit 03d1b64ddb8638465eafb4dca2dfd592739603cf)
Fix multiline textedit not expanding on OS X
Fixes #1212. Resolves GH-240.
(cherry picked from commit 03d1b64ddb8638465eafb4dca2dfd592739603cf)
History
#1 Updated by InfernoZeus over 11 years ago
Same issue here on the latest version of OS X, with the latest official release.
#2 Updated by Anonymous about 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset quassel|03d1b64ddb8638465eafb4dca2dfd592739603cf.
Fix multiline textedit not expanding on OS X
Fixes #1212. Resolves GH-240.