Skip to content

Commit

Permalink
Merge branch 't/10868'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 30, 2013
2 parents e464cb7 + f15a9bf commit 2c044fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,7 @@ CKEditor 4 Changelog

Fixed Issues:

* [#10868](http://dev.ckeditor.com/ticket/10868): Prevent from Internet Explorer 8 crashing when applying a cite style.
* [#10915](http://dev.ckeditor.com/ticket/10915): CSS filter in Kama skin pull request.
* [#10914](http://dev.ckeditor.com/ticket/10914): Plugins indentlist and indentblock included into building config.
* [#10812](http://dev.ckeditor.com/ticket/10812): Fixed range#createBookmark2 incorrectly normalizing offsets. This bug was causing many issues: [#10850](http://dev.ckeditor.com/ticket/10850), [#10847](http://dev.ckeditor.com/ticket/10847), [#10842](http://dev.ckeditor.com/ticket/10842).
Expand Down
3 changes: 2 additions & 1 deletion contents.css
Expand Up @@ -89,7 +89,8 @@ img.left
padding: 5px;
}

img:hover
/* #10868: We use :not() selector to exclude IE8, which crashes on img:hover style. */
:not(.ie8) img:hover
{
opacity: .9;
filter: alpha(opacity = 90);
Expand Down

0 comments on commit 2c044fd

Please sign in to comment.