Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Windows 8 Tablet

Home Forums Older releases 0.9.x Windows 8 Tablet

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1261
    tdromgoole
    Participant

    The scroll feature for long sub menus does not work when using IE on a windows 8 tablet. It does not work using touch but it does work if you hook a mouse.

    Any help is appreciated.

    #1431
    admin
    Keymaster

    The scroll feature is there just for mouse users (the scroll arrows are only displayed on mouse hover). When using touch you can simply scroll the whole page down and see the rest of the sub menu. Aren’t you able to scroll the page with a swipe up gesture when the sub menu is displayed?

    #1433
    tdromgoole
    Participant

    No the swipe up and down does not work. This is the code i am using to initialize the menu.

    $('#menu').smartmenus({
    	subMenusSubOffsetX: 1,
    	subMenusSubOffsetY: -8,
    	subMenusMinWidth: "25em"
    });
    #1432
    tdromgoole
    Participant

    This is the menu html.

    
    	<ul id="menu" class="sm sm-clean" data-smartmenus-id="1401291561884567">
    		<li>
    			<a href="javascript:void(0);" class="has-submenu"><span class="sub-arrow">+</span>Forms</a>
    			<ul>
    				<li><a href="javascript:void(0);">New Forms System</a></li>
    				<li><a href="javascript:void(0);">2013-2014 Migrant Education Program Parent Survey</a></li>
    				<li><a href="javascript:void(0);">Assessment</a></li>
    				<li><a href="javascript:void(0);">Becky's Check form</a></li>
    				<li><a href="javascript:void(0);">Bilingual/ESL Directors Needs Assessment 2013-2014</a></li>
    				<li><a href="javascript:void(0);">Business Office Forms</a></li>
    				<li><a href="javascript:void(0);">Business Office TEST</a></li>
    				<li><a href="javascript:void(0);">cancellation change form</a></li>
    				<li><a href="javascript:void(0);">Carol's test form</a></li>
    				<li><a href="javascript:void(0);">Certification</a></li>
    				<li><a href="javascript:void(0);">Child Nutrition Forms</a></li>
    				<li><a href="javascript:void(0);">Denton County Small Schools Prof Dev</a></li>
    				<li><a href="javascript:void(0);">G/T Online Course Instructions</a></li>
    				<li><a href="javascript:void(0);">HR test</a></li>
    				<li><a href="javascript:void(0);">ICA Evaluation/Needs Assessment</a></li>
    				<li><a href="javascript:void(0);">Instructional Services</a></li>
    				<li><a href="javascript:void(0);">Internal Request Forms</a></li>
    				<li><a href="javascript:void(0);">JHarville Test Form</a></li>
    				<li><a href="javascript:void(0);">Kandis forms</a></li>
    				<li><a href="javascript:void(0);">Katie Class 2</a></li>
    				<li><a href="javascript:void(0);">Katies Forms</a></li>
    				<li><a href="javascript:void(0);">Kaylas Practice Forms</a></li>
    				<li><a href="javascript:void(0);">Laura Carson Forms</a></li>
    				<li><a href="javascript:void(0);">Migrant Education Program Forms</a></li>
    				<li><a href="javascript:void(0);">Migrant Student Contact</a></li>
    				<li><a href="javascript:void(0);">order form samples</a></li>
    				<li><a href="javascript:void(0);">Personell</a></li>
    				<li><a href="javascript:void(0);">PRACTICE FORM - TEST</a></li>
    				<li><a href="jjavascript:void(0);">RPAE Test Form</a></li>
    				<li><a href="javascript:void(0);">Tammy's Forms</a></li>
    				<li><a href="javascript:void(0);">Teacher Certification Forms</a></li>
    				<li><a href="javascript:void(0);">Teacher Certification Program</a></li>
    				<li><a href="javascript:void(0);">TEKS Resource System Forms</a></li>
    				<li><a href="javascript:void(0);">Test</a></li>
    				<li><a href="javascript:void(0);">test</a></li>
    				<li><a href="javascript:void(0);">test</a></li>
    				<li><a href="javascript:void(0);">Test Forms - CWN</a></li>
    				<li><a href="javascript:void(0);">TETPC Orders</a></li>
    				<li><a href="javascript:void(0);">Thomas Forms</a></li>
    				<li><a href="javascript:void(0);">Transportation Services</a></li>
    				<li><a href="javascript:void(0);">TRC Forms</a></li>
    				<li><a href="javascript:void(0);">User Forms</a></li>
    				<li><a href="javascript:void(0);">Workshop Cancel/Change Forms</a></li>					
    			</ul>
    		</li>
    	</ul>
    
    #1658
    admin
    Keymaster

    OK, I will obviously need to test this but it might take some time since I don’t have a Windows 8 touch device here at the moment.

    So page scrolling doesn’t work while the sub menu is displayed? What about when it’s not displayed, are you able to scroll the page normally then?

    #1660
    tdromgoole
    Participant

    Yes you are able to scroll normally if the page needs to scroll.

    #3565
    ketkimujumdar2509
    Participant

    Hi,

    I am facing the similar issue. The menu works fine on tablet when used with mouse. however while working on tablet without the mouse I am getting long dropdowns. Any help is appreciated.

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.