The issue that activeFocusOnTab: false does not work, can also be
reproduced with a vertical ListView:
import QtQuick 2.4
import Ubuntu.Components 1.3
Item {
width: units.gu(50)
height: units.gu(50)
ListView {
anchors.fill: parent
delegate: ListItem {
width: units.gu(20)
Button {
anchors.centerIn: parent
text: "focus"
activeFocusOnTab: false
}
}
model: 4
}
}
here, the horizontal arrow keys can be used to focus the button inside the
ListItem.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1590005
Title:
activeFocusOnTab is ignored when Button is embedded inside ListItem in
a horizontal ListView
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1590005/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs