[regression] Tab switcher doesn't work if a text field is focused

Bug #1416450 reported by Michael Sheldon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-ui-toolkit (Ubuntu)
Fix Released
High
Tim Peeters

Bug Description

Steps to reproduce:

1) Run the following QML:

import QtQuick 2.0
import Ubuntu.Components 1.0

MainView {

    useDeprecatedToolbar: false
    anchorToKeyboard: true

    Tabs {

        Tab {
            title: "Test"

            Page {
                title: "Test"
                TextField {
                    anchors.centerIn: parent
                }
            }
        }

        Tab {
            title: "Test 2"

            Page {
                title: "Test 2"
            }
        }

    }

}

2) Tap the input field

3) Tap the tab switcher

Expected outcome:

Tab menu should appear

Actual outcome:

Tab menu doesn't appear unless the keyboard is dismissed first (which removes input focus from the field).

Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

This is present on vivid-proposed image #84 and doesn't exist on RTM.

Zsombor Egri (zsombi)
Changed in ubuntu-ui-toolkit (Ubuntu):
assignee: nobody → Tim Peeters (tpeeters)
importance: Undecided → High
status: New → Triaged
Revision history for this message
Tim Peeters (tpeeters) wrote :

I tested this on mako and the bug no longer exists.

Changed in ubuntu-ui-toolkit (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.