Start a new discussion
To start a new discussion please visit the discussions section of the GitHub home page of the project.
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
- This topic has 6 replies, 3 voices, and was last updated 7 years, 3 months ago by ketkimujumdar2509.
-
AuthorPosts
-
May 28, 2014 at 08:04 #1261tdromgooleParticipant
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.
May 28, 2014 at 08:38 #1431adminKeymasterThe 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?
May 28, 2014 at 08:41 #1433tdromgooleParticipantNo 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" });
May 28, 2014 at 09:14 #1432tdromgooleParticipantThis 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>
May 29, 2014 at 04:58 #1658adminKeymasterOK, 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?
May 29, 2014 at 09:09 #1660tdromgooleParticipantYes you are able to scroll normally if the page needs to scroll.
August 2, 2017 at 09:27 #3565ketkimujumdar2509ParticipantHi,
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!
-
AuthorPosts
- The forum ‘0.9.x’ is closed to new topics and replies.