File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
116
116
* fixing iOS "click" compatibility problem - ([ Issue 83] ( https://github.com/medialize/jQuery-contextMenu/issues/83 ) )
117
117
* fixing separators to not be clickable - ([ Issue 85] ( https://github.com/medialize/jQuery-contextMenu/issues/85 ) )
118
118
* 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 ) )
119
120
120
121
### 1.5.25 ###
121
122
Original file line number Diff line number Diff line change @@ -1077,6 +1077,7 @@ var // currently active contextMenu trigger
1077
1077
// determine width of absolutely positioned element
1078
1078
$menu . css ( { position : 'absolute' , display : 'block' } ) ;
1079
1079
// don't apply yet, because that would break nested elements' widths
1080
+ // add a pixel to circumvent word-break issue in IE9 - #80
1080
1081
$menu . data ( 'width' , Math . ceil ( $menu . width ( ) ) + 1 ) ;
1081
1082
// reset styles so they allow nested elements to grow/shrink naturally
1082
1083
$menu . css ( {
You can’t perform that action at this time.
0 commit comments