Chandusangale / dropdown-check-list

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

Dropdown list top position wrong in IPad #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open your IPad, view a web page with mobile safari in landscape mode
2. Scroll the page so the dropdown is not too near the bottom 
3. Click the dropdown, the list will show at a very bottom position

What version of the product are you using? On what operating system?
- I am using v0.9, on IPad with mobile safari

Please provide any additional information below.
- I debugged and find the possible reason is at the line:
  top: instance.controlWrapper.offset().top + instance.controlWrapper.outerHeight() + "px",

I tried to use instance.controlWrapper.get(0).offsetTop, the problem is gone. 
But offsetTop doesn't work on IE.

Original issue reported on code.google.com by pake...@gmail.com on 10 Sep 2010 at 11:05

GoogleCodeExporter commented 9 years ago
Please download the v1.2 QA version to see if the positioning problem described 
here has been corrected.

Original comment by womohun...@ittrium.com on 7 Jan 2011 at 5:49

GoogleCodeExporter commented 9 years ago
Fixed in 1.3 (possibly earlier - I just got an iPad to test with)

Original comment by womohun...@ittrium.com on 14 Apr 2011 at 2:00