intel / appframework

The definitive HTML5 mobile javascript framework
http://app-framework-software.intel.com/
MIT License
2.43k stars 882 forks source link

slidemenu closing when scrolling its content if it was opened with $.ui.toggleSideMenu() #465

Closed fedme closed 10 years ago

fedme commented 10 years ago

Hi, In kitchensink (and so in every app you make) if you open the slidemenu with a swype, then you can scroll the slidemenu content and the panel remains open as it should.

Instead, if you open slidemenu tapping the icon in the header ( $.ui.toggleSideMenu() ) and then you try to scroll the content of the slidemenu, it instantly closes.

I don't provide any example as the kitchensink itself is a working example of the issue.

krisrak commented 10 years ago

@raimaj thanks for reporting the issue, I have proposed a fix.