Closed GoogleCodeExporter closed 8 years ago
The code fragment you provided is not complete enough for me to duplicate the
problem. However, if the sequence described in your note is correct, then I am
assuming the DDCL control is being build at document load time (that is the
$(document).ready() part of the code). If you are dynamically moving the
position of the underlying select after DDCL has been initialized, then DDCL
has no idea where the control is now. All positioning is preset at the time of
the initialization, not when the dropdown is opened.
Try delaying the initialization call until after you have finished the dynamic
move, and let me know what happens.
Original comment by womohun...@ittrium.com
on 25 Sep 2010 at 2:35
I changed the call to be made when the popup occurs and the same problem
occurs. I am waiting to make the call until after the div is moved and shown,
yet the same problem manifests and the selections appear a percentage below the
original select's location.
Original comment by rkendall...@gmail.com
on 25 Sep 2010 at 5:39
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
Fixed in 1.3 (really 1.2qa - I never heard back so I am assuming all is well)
Original comment by womohun...@ittrium.com
on 13 Apr 2011 at 5:17
Original issue reported on code.google.com by
rkendall...@gmail.com
on 24 Sep 2010 at 9:01Attachments: