shellyBelly / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

scrolling does not work on iPads #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
** What steps will reproduce the problem?
use any iPad

** What is the expected output? What do you see instead?
while everything works fine, scrolling inside a dropdown element does not work 
properly on iPad when you release the finger

** What is your environment?
-- DropDownCheckList version:
-- jQuery version:
-- jQuery UI version:
-- Browser and version:

** Please provide any additional information below/Please attach sample
html

Original issue reported on code.google.com by m...@phorio.com on 5 Jun 2012 at 9:04

GoogleCodeExporter commented 9 years ago
This is not quite a duplicate of issue #177, but I will quote from it. My 
testing with my iPad shows no problems with scrolling.

--- From #177 ---
For the iPad/iPhone, it is the mobile Safari browser that chooses how to render 
the scroll bars.  DDCL just populates a fixed size DIV with more text than will 
fit, and the browser chooses how to display the scroll bars.  From what I can 
tell in the Apple environment, there is NO visual indicator that the test can 
scroll.  But it is scrollable by using a two finger gesture rather than a one 
finger gesture.
I have no access to an Android system, but I am assuming something similar is 
going on.
-----------------

Original comment by womohun...@ittrium.com on 18 Jun 2012 at 4:34