When clicking the header, the notes are not collapsed
Bug #1288876 reported by
Leo Arias
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
Critical
|
Zsombor Egri | ||
notes-app |
In Progress
|
High
|
Leo Arias | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This is using the qt5.2 PPA as explained here https:/
When I have a note focused and expanded, if I click the header the note is not collapsed and unfocused.
To reproduce:
Open the notes app
Open the toolbar
Click the add button
Type something on the note
Click the header
If I use the devel-proposed image, as of r223, this collapses the note.
If I add the qt5.2 PPA, the note is not collapsed.
Related branches
lp://qastaging/~elopio/notes-app/dont_click_header
- Bill Filler (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 116 lines (+25/-14)2 files modifiedtests/autopilot/notes_app/tests/test_create.py (+15/-9)
tests/autopilot/notes_app/tests/test_parts.py (+10/-5)
lp://qastaging/~elopio/notes-app/skip_bug1288876
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Bill Filler (community): Approve
-
Diff: 15 lines (+6/-0)1 file modifiedtests/autopilot/notes_app/tests/test_expand_collapse.py (+6/-0)
lp://qastaging/~zsombi/ubuntu-ui-toolkit/ima-bug1288876
- Cris Dywan: Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 1175 lines (+657/-99)16 files modifiedmodules/Ubuntu/Components/plugin/inversemouseareatype.cpp (+131/-30)
modules/Ubuntu/Components/plugin/inversemouseareatype.h (+11/-4)
modules/Ubuntu/Components/plugin/quickutils.cpp (+1/-1)
modules/Ubuntu/Components/plugin/quickutils.h (+1/-1)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaClip.qml (+73/-0)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaInFlickable.qml (+52/-0)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaInListView.qml (+64/-0)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaInPage.qml (+46/-0)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaOnTop.qml (+0/-6)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaOnTopNoAccept.qml (+1/-6)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaParentClipped.qml (+56/-0)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaTopmostItem.qml (+10/-9)
tests/unit_x11/tst_inversemousearea/InvisibleMouseArea.qml (+41/-0)
tests/unit_x11/tst_inversemousearea/OverlappedMouseArea.qml (+1/-0)
tests/unit_x11/tst_inversemousearea/tst_inversemousearea.pro (+8/-2)
tests/unit_x11/tst_inversemousearea/tst_inversemouseareatest.cpp (+161/-40)
lp://qastaging/~elopio/notes-app/unskip_bug1288876
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 15 lines (+0/-6)1 file modifiedtests/autopilot/notes_app/tests/test_expand_collapse.py (+0/-6)
Changed in notes-app: | |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit: | |
assignee: | nobody → Zsombor Egri (zsombi) |
Changed in ubuntu-ui-toolkit: | |
importance: | High → Critical |
Changed in ubuntu-ui-toolkit: | |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
<zsombi> elopio: this seems to be an InverseMouseArea issue... this needs deeper investigation
<elopio> zsombi: ok, I'll file a bug. You are free to go :)
<zsombi> elopio: did this just pop up now, or was it noticed earlier? wondering whether it was brought in by some intermediate Qtfix
<elopio> zsombi: this has been around since we started running the jenkins job on 5.2, so, since last week
<elopio> before that, I don't know.
<zsombi> elopio: ok, anyway, seems some Qt5.2 related... however if UITK IMA (InverseMouseArea) tests pass, then we have again sthing with the notes app :/
<zsombi> elopio: or the header... or both