Changeset 5199


Ignore:
Timestamp:
2010-02-26 10:53:29 (2 years ago)
Author:
fredck
Message:

#5243 : Reverting [4922] because it breaks dialogs in IE Quirks.

Location:
CKEditor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CKEditor/trunk/CHANGES.html

    r5191 r5199  
    9191                <li><a href="http://dev.fckeditor.net/ticket/4640">#4640</a> : Small optimizations for the fileBrowser plugin.</li> 
    9292                <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> 
    9493                <li><a href="http://dev.fckeditor.net/ticket/4964">#4964</a> : The BACKSPACE key positioning was not correct in some cases with Firefox.</li> 
    9594                <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  
    869869                                                        expand : !!contents.expand, 
    870870                                                        padding : contents.padding, 
    871                                                         style : contents.style || 'width: 100%; height: 100%;' 
     871                                                        style : contents.style || 'width: 100%;' 
    872872                                                }, pageHtml ); 
    873873 
Note: See TracChangeset for help on using the changeset viewer.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy