Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Sections are not clickable if drawer is not closed properly #120

Closed
egor-n opened this issue Jan 17, 2015 · 5 comments
Closed

Sections are not clickable if drawer is not closed properly #120

egor-n opened this issue Jan 17, 2015 · 5 comments

Comments

@egor-n
Copy link

egor-n commented Jan 17, 2015

See video.

It seems that sections get disabled when you click one, and don't get enabled if I manage to "catch" the drawer and not close it.

Is it related to #59 in some way?

@neokree neokree added the bug label Jan 17, 2015
@neokree
Copy link
Owner

neokree commented Jan 17, 2015

Yes, it is related to 59 issue because it should be an implementation for fixing that problem.
Essentially, When a section is clicked, all sections and all header listener is locked to prevent multiple clicks.

@Mrjerruss
Copy link

How fix it?

@neokree
Copy link
Owner

neokree commented Jan 19, 2015

There are no fix for now.
Actually I have used a boolean value to block all clicks, but I think there is an event life problem and this bug persists.
I will test and try to find a solution

@neokree
Copy link
Owner

neokree commented Jan 22, 2015

Well the main problem with this bug is this: there is not a drawer close cancel event to use. So I need to implements it on my own.
I cannot remove the click lock for the drawer because I use it for preventing multiple clicks on drawer closing.

@neokree
Copy link
Owner

neokree commented Feb 12, 2015

Check the new dev project. I have changed the ripple library and this one works much better than the old.

koesie10 added a commit to koesie10/MaterialNavigationDrawer that referenced this issue May 14, 2015
@neokree neokree closed this as completed Dec 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants