Closed GoogleCodeExporter closed 8 years ago
Found a quick fix on IE :
$('.active').css('position', 'relative');
$('.ui-dropdownchecklist-text').css('position', 'relative');
$('.ui-dropdownchecklist-dropcontainer').css('position', 'absolute');
Original comment by saket1...@gmail.com
on 18 Oct 2010 at 3:16
Found a quick Fix for this problem on IE7:
$('.active').css('position', 'relative'); // for checkbox
$('.ui-dropdownchecklist-text').css('position', 'relative'); // for label
$('.ui-dropdownchecklist-dropcontainer').css('position', 'absolute'); // for
container that holds the div elements containing the checkbox and the label
Original comment by saket1...@gmail.com
on 18 Oct 2010 at 3:17
Please attach sample html that replicates this problem so that I can look into
it further.
Original comment by womohun...@ittrium.com
on 14 Dec 2010 at 9:03
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:47
Confirming that this is not fixed with 1.2QA
Original comment by drea...@gmail.com
on 4 Feb 2011 at 10:46
Even with version 1.3, there remains a problem with scrolling a parent in IE6
and IE7. Since this is not a problem with IE8 or any of the other major
browsers, I will be taking no action to correct it.
Original comment by womohun...@ittrium.com
on 13 Apr 2011 at 5:00
Original issue reported on code.google.com by
saket1...@gmail.com
on 18 Oct 2010 at 2:43Attachments: