Skip to content

Commit 61e8bfd

Browse files
committed
--amend
1 parent d664908 commit 61e8bfd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
116116
* fixing iOS "click" compatibility problem - ([Issue 83](https://github.com/medialize/jQuery-contextMenu/issues/83))
117117
* fixing separators to not be clickable - ([Issue 85](https://github.com/medialize/jQuery-contextMenu/issues/85))
118118
* fixing issues with fixed positioned triggers ([Issue 95](https://github.com/medialize/jQuery-contextMenu/issues/95))
119+
* fixing word break problem - ([Issue 80](https://github.com/medialize/jQuery-contextMenu/issues/80))
119120

120121
### 1.5.25 ###
121122

src/jquery.contextMenu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,7 @@ var // currently active contextMenu trigger
10771077
// determine width of absolutely positioned element
10781078
$menu.css({position: 'absolute', display: 'block'});
10791079
// don't apply yet, because that would break nested elements' widths
1080+
// add a pixel to circumvent word-break issue in IE9 - #80
10801081
$menu.data('width', Math.ceil($menu.width()) + 1);
10811082
// reset styles so they allow nested elements to grow/shrink naturally
10821083
$menu.css({

0 commit comments

Comments
 (0)