jeffincn / mtg-familiar

Automatically exported from code.google.com/p/mtg-familiar
0 stars 0 forks source link

Sliding Menu interferes with horizontal scrollview #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the life counter in landscape mode
2. Add a few players
3. Scroll to the right, then back to the left

What is the expected output? What do you see instead?
It should scroll back and forth, but the Sliding Menu is intercepting touch 
events to open the menu instead of scroll back.

Setting the Sliding Menu's touchmode to margin instead of fullscreen should fix 
this

Original issue reported on code.google.com by gelakine...@gmail.com on 10 Dec 2012 at 3:03

GoogleCodeExporter commented 9 years ago
Fixed in R640.

Original comment by Lord.X...@gmail.com on 12 Dec 2012 at 1:28

GoogleCodeExporter commented 9 years ago
This fix seems to be making SlidingMenu much harder to get to work, when you're 
sliding in from the left.  I frequently have to take two or three swipes to get 
it to work.  I wouldn't consider this Fixed or Verified.

Original comment by soylentm...@gmail.com on 17 Dec 2012 at 4:19

GoogleCodeExporter commented 9 years ago
I did what Adam suggested as a fix. I don't know if there's any way to manually 
set the swipable margin, but I'm not finding anything after a quick look 
through the SlidingMenu class. Adam - do you know if there's a way to do that? 
And if not, what do we want to do about this?

Original comment by Lord.X...@gmail.com on 17 Dec 2012 at 9:49

GoogleCodeExporter commented 9 years ago
It looks like there were some library changes to help fix this. I can merge in 
the newer library sometime soon. Alternatively, we can keep touchmode 
fullscreen for all non-landscape life counters and only switch it to margin 
there.

Original comment by gelakine...@gmail.com on 17 Dec 2012 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by gelakine...@gmail.com on 18 Apr 2013 at 1:36