Fix control width

refs #5543
This commit is contained in:
Matthias Jentsch 2015-10-01 18:23:02 +02:00
parent 98f2da818f
commit 1c38fdd9c8
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@
top : $parent.offset().top,
// Firefox gives 1px too much depending on total width.
// TODO: find a better solution for -1
width : ($fake.width() - 1) + 'px'
width : ($fake.outerWidth() - 1) + 'px'
});
$fake.css({