Inconsistent page fade ins

Bug #1570635 reported by Michael Terry
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-system-settings (Ubuntu)
Triaged
Undecided
Unassigned

Bug Description

The mobile page animates in with an opacity fade. But no other pages I noticed do. Seems like a mistake the way it is. Running current RC-proposed as of today.

Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Reproduced in 15.04 r323.

This seems to be the culprit:
<http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head:/plugins/cellular/PageComponent.qml#L129>
    Flickable {
        …
        Behavior on opacity {
            PropertyAnimation {
                duration: UbuntuAnimation.SlowDuration
            }
        }
        …
    }

Ideally hardly anything on-screen would just appear suddenly, so I like the idea of fading in those page-stack elements that appeared too slowly to slide in with the page itself. But that should happen with *every* page stack page, not just one particular page in System Settings.

Changed in ubuntu-system-settings (Ubuntu):
status: New → Triaged
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.