Currently when the accessible UI in RadEditor is enabled, borders appear around the icons of the tools and the icons themselves are displaced.
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>