App content visible behind tab header
Bug #1201094 reported by
Florian W.
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Calendar App |
Fix Released
|
High
|
Kunal Parmar | ||
Ubuntu File Manager App |
Fix Released
|
High
|
Unassigned | ||
Ubuntu Music App |
Fix Released
|
High
|
Victor Thompson | ||
Ubuntu UI Toolkit |
Fix Released
|
Critical
|
Tim Peeters | ||
Ubuntu Weather App |
Fix Released
|
High
|
Martin Borho | ||
webbrowser-app |
Fix Released
|
Medium
|
Olivier Tilloy | ||
friends-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
webbrowser-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In an up-to-date Ubuntu Touch system (no matter if phone or desktop), the weather app content is still visible behind the tab header when scrolling down. This is most likely due to the SDK rather since this issue was not present before. And looking at the weather app commits, there are no recent commits which can cause this issue. This also seems to only affect app using a Flickable since I cannot reproduce this issue in the clock app. My best guess would be that this is due to rev 621 or 622 in the ubuntu-ui-toolkit.
See the attached Screenshot.
Related branches
lp://staging/~osomon/webbrowser-app/transparent-header
- Günter Schwann (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 11 lines (+1/-0)1 file modifiedsrc/Ubuntu/Components/Extras/Browser/Browser.qml (+1/-0)
lp://staging/~ken-vandine/friends-app/page_for_flickable
- PS Jenkins bot (community): Approve (continuous-integration)
- Super Friends: Pending requested
-
Diff: 69 lines (+16/-14)2 files modifiedqml/TimeLine.qml (+10/-4)
qml/friends-app.qml (+6/-10)
lp://staging/~martin-borho/ubuntu-weather-app/edit-locations-in-sheets
- David Planella: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 1291 lines (+528/-442)13 files modifiedcomponents/AddLocationPage.qml (+0/-114)
components/AddLocationSheet.qml (+134/-0)
components/CurrentWeather.qml (+6/-1)
components/DateComponent.qml (+3/-2)
components/DayWeatherComponent.qml (+4/-1)
components/LocationManagerPage.qml (+0/-182)
components/LocationManagerSheet.qml (+228/-0)
components/LocationTab.qml (+48/-56)
components/SettingsSheet.qml (+2/-2)
tests/autopilot/ubuntu_weather_app/tests/__init__.py (+9/-0)
tests/autopilot/ubuntu_weather_app/tests/test_locationmanager.py (+61/-22)
tests/autopilot/ubuntu_weather_app/tests/test_settings.py (+5/-13)
ubuntu-weather-app.qml (+28/-49)
lp://staging/~vthompson/music-app/use-sheet-pattern
- Andrew Hayzen: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 3373 lines (+1132/-1931)12 files modifiedLibraryListModel.qml (+10/-0)
MusicAlbums.qml (+16/-320)
MusicArtists.qml (+102/-426)
MusicPlaylists.qml (+349/-1091)
MusicStart.qml (+33/-56)
MusicToolbar.qml (+1/-27)
common/AlbumsSheet.qml (+154/-0)
common/SongsSheet.qml (+403/-0)
meta-database.js (+27/-1)
music-app.qml (+15/-9)
tests/autopilot/music_app/emulators.py (+1/-1)
tests/autopilot/music_app/tests/test_music.py (+21/-0)
Changed in ubuntu-ui-toolkit: | |
status: | New → Confirmed |
Changed in ubuntu-weather-app: | |
status: | New → Confirmed |
description: | updated |
description: | updated |
Changed in webbrowser-app: | |
assignee: | nobody → Olivier Tilloy (osomon) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in webbrowser-app: | |
status: | Confirmed → In Progress |
Changed in music-app: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in ubuntu-filemanager-app: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in ubuntu-ui-toolkit: | |
importance: | Undecided → Critical |
assignee: | nobody → Florian Boucault (fboucault) |
Changed in ubuntu-ui-toolkit: | |
status: | Confirmed → In Progress |
Changed in ubuntu-ui-toolkit: | |
importance: | Critical → High |
Changed in webbrowser-app (Ubuntu): | |
assignee: | nobody → Ken VanDine (ken-vandine) |
Changed in webbrowser-app (Ubuntu): | |
assignee: | Ken VanDine (ken-vandine) → nobody |
Changed in music-app: | |
status: | Triaged → In Progress |
assignee: | nobody → Victor Thompson (vthompson) |
Changed in ubuntu-calendar-app: | |
assignee: | nobody → Kunal Parmar (pkunal-parmar) |
Changed in webbrowser-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-weather-app: | |
status: | Fix Committed → Fix Released |
Changed in music-app: | |
status: | In Progress → Fix Committed |
Changed in music-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ui-toolkit: | |
assignee: | Florian Boucault (fboucault) → nobody |
assignee: | nobody → Tim Peeters (tpeeters) |
Changed in ubuntu-ui-toolkit: | |
status: | In Progress → Confirmed |
tags: | added: header |
Changed in ubuntu-ui-toolkit: | |
importance: | High → Critical |
Changed in ubuntu-calendar-app: | |
status: | Incomplete → Fix Released |
Changed in ubuntu-filemanager-app: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Sorry, I should probably mention this: I've noticed this first yesterday in an app coded by me (and today in the weather app). It used to work fine in both the weather app and my app, so it's a regression somewhere.