Completed
Last Updated: 14 Nov 2014 15:00 by Elena
ADMIN
Ianko
Created on: 25 Oct 2013 07:12
Category: Editor
Type: Feature Request
0
Fix when the toolbar is set to RibbonBar, its borders apear broken under IE11
When a RadEditor's toolbar mode is set to RibbonBar, its left and right border disappear. 

Possible solutions are to set custom CSS styles that fixes the resizing issue under IE11:

Approach 1:
.RadRibbonBar.RadRibbonBar_<SkinName> {
 margin:1px;
}

Approach 2:
.reToolbarWrapper {
 padding-left:1px;
 padding-right:1px;
}
1 comment
Elena
Posted on: 14 Nov 2014 15:00
Not reproducible in Q3 2014.