Even simpler code to reproduce (from the duplicate bug):

import QtQuick 2.4
import Ubuntu.Components 1.3

Item {
    width: units.gu(50)
    height: units.gu(50)
    ListView {
        anchors.fill: parent
        orientation: ListView.Horizontal
        delegate: ListItem {
            width: units.gu(20)
            Button {
                anchors.centerIn: parent
                text: "focus"
            }
        }
        model: 4
    }

** Tags added: convergence

-- 
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

Reply via email to