BUG 8606 The dialog box to edit calendars is too high to see their... SOLVED
- It was found that the problem lies in the layout that only affects IE. - Se modifico el atributo de layout de border a fit, en este caso si funciona para los tres navegadores firefox, chrome, IE.
This commit is contained in:
@@ -703,7 +703,7 @@ Ext.onReady( function() {
|
||||
|
||||
new Ext.Viewport({
|
||||
autoScroll : true,
|
||||
// layout: 'border',
|
||||
layout: 'fit',
|
||||
items: [
|
||||
{
|
||||
region: 'right',
|
||||
|
||||
Reference in New Issue
Block a user