modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

Tablet UI #17

Open bpayst opened 13 years ago

bpayst commented 13 years ago

When adding a 3rd block that contains the scrolling element to the tablet home page, tapping the left and right arrows changes the 1st block's list of items. See http://yosemite.ovcsa.unc.edu/home for example

bpayst commented 13 years ago

I thought this might be because I subclassed the news module rather than creating a new one. I changed the module to be a new module based off the news module code, but the issue still persists.

bpayst commented 13 years ago

Just realized the JS files associated with the module are coded to use News, thus the behavior. Modifying those looks like it will resolve the issue

akinspe commented 13 years ago

I am opening this issue since we should be able to handle this more generically in the future.