Merge lp:~jonas-drange/ubuntu-system-settings/language-kbd-layouts-weird-animation-fix-1350809 into lp:ubuntu-system-settings

Proposed by Jonas G. Drange
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 1002
Merged at revision: 1024
Proposed branch: lp:~jonas-drange/ubuntu-system-settings/language-kbd-layouts-weird-animation-fix-1350809
Merge into: lp:ubuntu-system-settings
Diff against target: 39 lines (+0/-31)
1 file modified
plugins/language/SubsetView.qml (+0/-31)
To merge this branch: bzr merge lp:~jonas-drange/ubuntu-system-settings/language-kbd-layouts-weird-animation-fix-1350809
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+233721@code.launchpad.net

Commit message

[language] workaround for transition bug in keyboard layout menu

Description of the change

Hi,

this is a workaround. Like Sebastien said, we have to remove the transitions.

The ListView section seems to be the trigger of this bug. I've made a note to investigate this.

Thanks

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

Things look nicer with the animation though, could we get the bug at least filed before we clean those out? otherwise it's likely that we are going to forget and let things this way

review: Needs Information
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

Hi, filing a bug for this is on my todo list, but presently I do not know
what to file against.

It could be the binding, but it could also be QML.

Thanks

On Tuesday, 9 September 2014, Sebastien Bacher <email address hidden> wrote:

> Review: Needs Information
>
> Things look nicer with the animation though, could we get the bug at least
> filed before we clean those out? otherwise it's likely that we are going to
> forget and let things this way
> --
>
> https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/language-kbd-layouts-weird-animation-fix-1350809/+merge/233721
> You are the owner of
> lp:~jonas-drange/ubuntu-system-settings/language-kbd-layouts-weird-animation-fix-1350809.
>

Revision history for this message
Sebastien Bacher (seb128) wrote :

Ok, I guess no animation is better than buggy ones

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/language/SubsetView.qml'
2--- plugins/language/SubsetView.qml 2014-02-27 21:17:09 +0000
3+++ plugins/language/SubsetView.qml 2014-09-08 13:14:31 +0000
4@@ -61,35 +61,4 @@
5 }
6 enabled: model.enabled
7 }
8-
9- add: Transition {
10- NumberAnimation {
11- property: "opacity"
12- duration: duration
13- from: 0
14- to: 1
15- }
16- }
17-
18- displaced: Transition {
19- NumberAnimation {
20- property: "y"
21- duration: duration
22- }
23- }
24-
25- remove: Transition {
26- ParallelAnimation {
27- NumberAnimation {
28- property: "opacity"
29- duration: duration
30- to: 0
31- }
32-
33- NumberAnimation {
34- property: "y"
35- duration: duration
36- }
37- }
38- }
39 }

Subscribers

People subscribed via source and target branches