touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #44975
[Bug 1407371] [NEW] Long tab titles overlap edges of tab switched menu
Public bug reported:
Present on vivid-proposed image 58 and RTM-proposed image 184.
Steps to reproduce:
1) Run the following QML in qmlscene:
import QtQuick 2.0
import Ubuntu.Components 1.1
MainView {
useDeprecatedToolbar: false
Tabs {
Tab {
title: "This is a long title that will overlap"
page: Page { }
}
Tab {
title: "Short tile"
page: Page { }
}
}
}
2) Press the tab switcher
Expected outcome:
The long title should elide when it hits the edges of the menu
Actual outcome:
The title overlaps the edges of the menu
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1407371
Title:
Long tab titles overlap edges of tab switched menu
Status in ubuntu-ui-toolkit package in Ubuntu:
New
Bug description:
Present on vivid-proposed image 58 and RTM-proposed image 184.
Steps to reproduce:
1) Run the following QML in qmlscene:
import QtQuick 2.0
import Ubuntu.Components 1.1
MainView {
useDeprecatedToolbar: false
Tabs {
Tab {
title: "This is a long title that will overlap"
page: Page { }
}
Tab {
title: "Short tile"
page: Page { }
}
}
}
2) Press the tab switcher
Expected outcome:
The long title should elide when it hits the edges of the menu
Actual outcome:
The title overlaps the edges of the menu
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1407371/+subscriptions
Follow ups
References