D12819: Fix the global drawer handle "click"

2018-08-06 Thread Emmanuel Lepage Vallee
This revision was automatically updated to reflect the committed changes.
Closed by commit R169:62ccb0ed7001: drawer: Display the content widget when 
dragging. (authored by lepagevalleeemmanuel).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D12819?vs=33974&id=39205#toc

REPOSITORY
  R169 Kirigami

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D12819?vs=33974&id=39205

REVISION DETAIL
  https://phabricator.kde.org/D12819

AFFECTED FILES
  src/controls/templates/OverlayDrawer.qml

To: lepagevalleeemmanuel, davidedmundson, mart
Cc: plasma-devel, apol, davidedmundson, mart, hein


D12819: Fix the global drawer handle "click"

2018-05-11 Thread Emmanuel Lepage Vallee
lepagevalleeemmanuel created this revision.
lepagevalleeemmanuel added reviewers: davidedmundson, mart.
Restricted Application added a project: Kirigami.
Restricted Application added a subscriber: plasma-devel.
lepagevalleeemmanuel requested review of this revision.

REVISION SUMMARY
  Bug:
  
  - drawerOpen is not set when dragging manually
  - Widgets using a `Loader{}` active on `drawerOpen || peeking` are shown only 
when clicked or during peeking, not after the drawer is dragged open
  
  Step to reproduce:
  
  - Drag manually the drawer to open
  - Click on the handle
  - Notice it takes 2 click to close it
  
  Ref: https://github.com/ring-project/ring/issues/49

TEST PLAN
  - Manual testing

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D12819

AFFECTED FILES
  src/controls/templates/OverlayDrawer.qml

To: lepagevalleeemmanuel, davidedmundson, mart
Cc: plasma-devel, apol, davidedmundson, mart, hein