We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f519cf0 + b031722 commit 9662292Copy full SHA for 9662292
src/jquery.contextMenu.js
@@ -1115,8 +1115,7 @@ var // currently active contextMenu trigger
1115
// determine width of absolutely positioned element
1116
$menu.css({position: 'absolute', display: 'block'});
1117
// don't apply yet, because that would break nested elements' widths
1118
- // add a pixel to circumvent word-break issue in IE9 - #80
1119
- $menu.data('width', Math.ceil($menu.width()) + 1);
+ $menu.data('width', Math.ceil($menu.width()));
1120
// reset styles so they allow nested elements to grow/shrink naturally
1121
$menu.css({
1122
position: 'static',
0 commit comments