fix tests for ie7

This commit is contained in:
vitalets
2013-01-05 19:59:25 +04:00
parent 294c5c0528
commit 53ee7f3ff8
9 changed files with 63 additions and 40 deletions

@ -274,7 +274,7 @@
});
test("should not wrap buttons when parent has position:absolute", function () {
test("should not wrap buttons when parent has position:absolute (except ie7)", function () {
var d = $('<div style="position: absolute; top: 200px">').appendTo(fx),
e = $('<a href="#" data-pk="1" data-url="post.php" data-name="text1">abc</a>').appendTo(d).editable({
showbuttons: true