TextArea is showing scrollbars when initially empty and using autoSize
Bug #1468308 reported by
Nick Dedekind
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
If the TextArea is using autoSize=true and has no text in it, the vertical scrollbar shows on start. If you edit to multiple lines, then remove the text, the scrollbar no longer shows.
Test Case:
import QtQuick 2.3
import Ubuntu.Components 1.2
Item {
width: units.gu(20)
height: units.gu(20)
TextArea {
}
}
}
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | Undecided → Low |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.