Button shouldn't steal focus by default
Bug #1368390 reported by
Sebastien Bacher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Incomplete
|
High
|
Zoltan Balogh | ||
ubuntu-ui-toolkit (Ubuntu) |
Invalid
|
High
|
Cris Dywan | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Invalid
|
High
|
Cris Dywan |
Bug Description
The upstream Button component has "activeFocusOnP
Example
"MainView {
height: 600
width: 350
Column {
anchors {
left: parent.left
right: parent.right
}
TextInput {
anchors {
}
focus: true
}
Button {
text: "click"
/* don't steal focus, activeFocusOnPress: false*/
}
}
}"
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Zsombor Egri (zsombi) |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | Zsombor Egri (zsombi) → Christian Dywan (kalikiana) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | Wishlist → High |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Triaged → In Progress |
Changed in ubuntu-ui-toolkit: | |
assignee: | Zsombor Egri (zsombi) → nobody |
no longer affects: | ubuntu-ui-toolkit |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Zoltan Balogh (bzoltan) |
milestone: | none → ww08-2016 |
Changed in canonical-devices-system-image: | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
status: | In Progress → Incomplete |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | In Progress → Incomplete |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | New → Incomplete |
Changed in canonical-devices-system-image: | |
milestone: | ww08-2016 → 11 |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
assignee: | nobody → Christian Dywan (kalikiana) |
importance: | Undecided → High |
To post a comment you must log in.
Using that example, clicking on the button makes the keyboard focus move out of the textinput, using the upstream components it doesn't