Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.js |
— | — | @@ -172,7 +172,7 @@ |
173 | 173 | $(this).css( 'white-space', 'nowrap' ); |
174 | 174 | if ( wrapper.width() <= $(this).get(0).scrollWidth ) { |
175 | 175 | var thisWidth = $(this).data( 'thisWidth' ) ? $(this).data( 'thisWidth' ) : 0; |
176 | | - thisWidth = Math.max( $(this).get(0).scrollWidth, thisWidth ); |
| 176 | + thisWidth = Math.max( $(this).get(0).width, thisWidth ); |
177 | 177 | $(this).width( thisWidth ); |
178 | 178 | $(this).data( 'thisWidth', thisWidth ); |
179 | 179 | var wrapperWidth = $(this).data( 'wrapperWidth' ) ? $(this).data( 'wrapperWidth' ) : 0; |