Code review comment for lp:~chris.gagnon/ubuntu-calendar-app/fix_1293489

Revision history for this message
Victor Thompson (vthompson) wrote :

I have a MR with a change [1] that fixes the field being offscreen:

+ # scroll to make bottom fields visible
+ self.pointing_device.move_to_object(location_field)
+ x1 = self.main_view.height/2
+ y1 = self.main_view.width/2
+ self.pointing_device.drag(x1, y1, x1, y1 - y1/2)
+

[1] https://code.launchpad.net/~vthompson/ubuntu-calendar-app/scroll-in-test/+merge/211856

« Back to merge proposal