wozznik / Slider-Menu

Sencha touch slider menu component (Facebook-like slide in menu)
32 stars 12 forks source link

elastic scroll #3

Open ghost opened 12 years ago

ghost commented 12 years ago

somehow the toolbar within he menucard can be dragged vertically (looks like a elastic scroll issue)

ghost commented 12 years ago

Would be great if a group bar can be included in MenuOptions.js (see FB)

UPDATE: I add new enhance issue! It will be available on the next release (I hope push it soon)

ghost commented 12 years ago

For right handed users it would be very innovative to have the Slider-Menu optional on the right side (of cause the Menu Button on the Main Toolbar as well)

UPDATE: I add new enhance issue! It will be available on the next release. I'm working on it right now!

wozznik commented 12 years ago

It happens, because the toolbar is on top of the data view. I think that it's not a bug, but I can work to protect the toolbar from the scroll if you need it!

ghost commented 12 years ago

Reg.: elastic scroll I don't believe it's a "bug" however it doesn't look good. If the menu items would scroll I don't mind but the complete "sidebar" (Dataview) ...

pyriand3r commented 11 years ago

Maybe it's deprecated but I had the same issue. Just setting the toolbar-item inside the menucard to "docked: 'top';" fixes the problem.