yavski / fab-speed-dial

FAB flinging out actionable menu items using the Speed dial metaphor
Apache License 2.0
477 stars 122 forks source link

1.0.7 is not intercepting onMenuItemSelected #58

Open cesarmax22 opened 7 years ago

cesarmax22 commented 7 years ago

1.0.6 works fine

a bug was introduced on 1.0.7

AhmadMuzakkir commented 7 years ago

I have the same problem with 1.0.7

Had to revert back to 1.0.6

vpratfr commented 7 years ago

+1. It looks like the overlay gets drawn on top of everything and thus is intercepting all touch events (hence they do not reach the menu buttons)

vpratfr commented 7 years ago

May be fixed by https://github.com/yavski/fab-speed-dial/commit/06f5c7cd71d95c76441ffc677fd6be1767a58996 but not tested (and not released)

rayliverified commented 7 years ago

Experiencing this issue as well. Menu item clicks do not trigger onMenuItemSelected. Reverting back to v1.0.6 for now.