lusccc / SpringFloatingActionMenu

Apache License 2.0
368 stars 71 forks source link

fix bug when MenuItemView is not visible,it's onClick event still can… #11

Closed brucetoo closed 8 years ago

brucetoo commented 8 years ago

fix bug when MenuItemView is not visible,it's onClick event still can work

rgdevment commented 8 years ago

hi, how use in gradle this commit on android studio?

thxs

brucetoo commented 8 years ago

Use Github itself...

rgdevment commented 8 years ago

cant helpme plz?

compile 'com.brucetoo.springfloatingactionmenu:library:0.0.1' not found :(

pishguy commented 8 years ago

i have this same problem now.

brucetoo commented 8 years ago

@tux-world and @MarioTi I did not upload code to Jcenter,so com.brucetoo.springfloatingactionmenu:library:0.0.1 is not available ...Wait tiancaiCC to accept this PR and upload to Jcenter

pishguy commented 8 years ago

@brucetoo could you help me to who to resolve this problem? i downloaded library source code, but i cant find which file and method must be update. thanks

brucetoo commented 8 years ago

@tux-world you can use This source code instead

pishguy commented 8 years ago

@brucetoo i download and test your last commit, its not resolve problem sir, after close it, i must be multiple click on other view to work and ClickListener work still after close that

brucetoo commented 8 years ago

@tux-world what do you mean "i must be multiple click on other view to work". when open,MenuItemView is clickable but is not clickable when close...thats what i did

pishguy commented 8 years ago

​​ ​Your code doesn't work correctly, would you like to see demo of my application, maybe you know whats problem

brucetoo commented 8 years ago

show me the apk.

pishguy commented 8 years ago

i dont upload Nodejs on server and apk don't work correctly on your phone, i'm recording before and after using this library, wait to upload and sending link for you

pishguy commented 8 years ago

​Before using this library http://www.pishguy.com/files/Before.mp4

After Using That, in this video you can see i must be multiple click on other view to work http://www.pishguy.com/files/After.mp4

brucetoo commented 8 years ago

I know what you mean,wait me to fix it

brucetoo commented 8 years ago

@tux-world please check out the new fix (https://github.com/tiancaiCC/SpringFloatingActionMenu/pull/14)

pishguy commented 8 years ago

@brucetoo after click outside of this library icons. underneath widgets such as any textview or clickable linearlayout can click, why?

m16u31D commented 8 years ago

Hi @brucetoo thanks for your work, but I have the same problem this is my apk http://expirebox.com/download/aca72586e72ee4b53864a8b022085656.html

pishguy commented 8 years ago

@elsuper-migueld please explain whats your problem, i downloaded your file and install on my phone but i dont know whats problem

m16u31D commented 8 years ago

Hi @tux-world the problem is the menu is invisible but I can touch the menu items/buttons and show the Toasts messages, please try to move between the tabs if you try to move you are going to press the "hidden" buttons / menu items

pishguy commented 8 years ago

i had this problem too,

@amanzan said to me:

If you open SpringFloatingActionMenu.java and add "view.setClickable(true);" in line 355, problem is fixed

and my problem resolved.