Merge lp://staging/~canonical-platform-qa/camera-app/drag_too_fast_to_open into lp://staging/camera-app
Proposed by
Brendan Donegan
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~canonical-platform-qa/camera-app/drag_too_fast_to_open |
Merge into: | lp://staging/camera-app |
Diff against target: |
13 lines (+1/-2) 1 file modified
tests/autopilot/camera_app/emulators/panel.py (+1/-2) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/camera-app/drag_too_fast_to_open |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+278689@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2015-11-26.
Commit message
Remove rate parameter from drag call in _drag_to_open as it was not opening the panel when dragged that fast.
Description of the change
The _drag_to_open helper was passing a rate=sys.maxintsize to the drag command. This represents a very fast drag action and apparently this wasn't being registered so the panel didn't open.
Removing the parameter to use the default drag speed fixes it.
To post a comment you must log in.