Changeset 1568
- Timestamp:
- 2008-02-20 10:46:22 (2 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_select.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_select.html
r1565 r1568 49 49 oListText = document.getElementById( 'cmbText' ) ; 50 50 oListValue = document.getElementById( 'cmbValue' ) ; 51 52 // Fix the lists widths. (Bug #970) 53 oListText.style.width = oListText.offsetWidth ; 54 oListValue.style.width = oListValue.offsetWidth ; 51 55 52 56 if ( oActiveEl && oActiveEl.tagName == 'SELECT' ) -
FCKeditor/trunk/_whatsnew.html
r1566 r1568 109 109 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1693">#1693</a>] Custom error messages are now 110 110 properly displayed in the file browser.</li> 111 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/970">#970</a>] The text and value fields in 112 the selection box dialog will no longer extend beyond the dialog limits when the user inputs a very 113 long text or value for one of the selection options.</li> 111 114 </ul> 112 115 <p>