Completed
Last Updated: 19 Nov 2013 11:23 by ADMIN
ADMIN
Slav
Created on: 19 Nov 2013 09:40
Category: Editor
Type: Bug Report
0
Problem with the appearance of the accessible UI in RadEditor
Currently when the accessible UI in RadEditor is enabled, borders appear around the icons of the tools and the icons themselves are displaced.
1 comment
ADMIN
Misho
Posted on: 19 Nov 2013 11:23
The issue is resolved and the fix will be available in the next official release.
As a temporary workaround the following CSS need to be applied:


<style type="text/css">
              div.RadEditor * {
                     box-sizing: border-box;
                     -moz-box-sizing: border-box;
              }
</style>