Changeset 7523
- Timestamp:
- 06/28/12 16:17:17 (11 months ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/popup/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r7522 r7523 67 67 <li><a href="http://dev.ckeditor.com/ticket/9057">#9057</a> : Unexpected block established when decreasing indent of a styled list item.</li> 68 68 <li><a href="http://dev.ckeditor.com/ticket/9063">#9063</a> : Styles on sub-list are lost when decreasing indent of the parent list.</li> 69 <li><a href="http://dev.ckeditor.com/ticket/8855">#8855</a> : [Chrome] Popup plugin is broken in latest Chrome versions.</li> 69 70 </ul> 70 71 <h3> -
CKEditor/trunk/_source/plugins/popup/plugin.js
r7477 r7523 50 50 try 51 51 { 52 // Chrome 18 is problematic, but it's not really needed here (#8855).52 // Chrome is problematic with moveTo/resizeTo, but it's not really needed here (#8855). 53 53 var ua = navigator.userAgent.toLowerCase(); 54 if ( ua.indexOf( ' chrome/ 18' ) == -1 )54 if ( ua.indexOf( ' chrome/' ) == -1 ) 55 55 { 56 56 popupWindow.moveTo( left, top );
Note: See TracChangeset
for help on using the changeset viewer.
