Changeset 5199
- Timestamp:
- 2010-02-26 10:53:29 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/dialog/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5191 r5199 91 91 <li><a href="http://dev.fckeditor.net/ticket/4640">#4640</a> : Small optimizations for the fileBrowser plugin.</li> 92 92 <li><a href="http://dev.fckeditor.net/ticket/4583">#4583</a> : The "Target Frame Name" field is now visible when target is set to 'frame' only.</li> 93 <li><a href="http://dev.fckeditor.net/ticket/4863">#4863</a> : Fixing iframedialog's height doesn't stretch to 100%.</li>94 93 <li><a href="http://dev.fckeditor.net/ticket/4964">#4964</a> : The BACKSPACE key positioning was not correct in some cases with Firefox.</li> 95 94 <li><a href="http://dev.fckeditor.net/ticket/4980">#4980</a> : Setting border, vspace and hspace of images to zero was not working.</li> -
CKEditor/trunk/_source/plugins/dialog/plugin.js
r5189 r5199 869 869 expand : !!contents.expand, 870 870 padding : contents.padding, 871 style : contents.style || 'width: 100%; height: 100%;'871 style : contents.style || 'width: 100%;' 872 872 }, pageHtml ); 873 873
Note: See TracChangeset
for help on using the changeset viewer.
