[CLOSED] HTML Editor is showing Scroll bar in IE 9, even when the Width and Height is fixed

  1. #1

    [CLOSED] HTML Editor is showing Scroll bar in IE 9, even when the Width and Height is fixed

    Hi:

    I had used HTML Editor in my webpage, even when i set Width and Height the Horizontal and Vertical Scroll bar is shown, this happens only in IE 9.0, it displays without Scroll Bar in FireFox and Chrome, pls help me on this issue to avoid Scroll Bar in IE 9.0.

    
    <table>
    <tr>
                                                                         <td align="left">
                                            <ext:HtmlEditor ID="html_memo_edit" Height="175" Width="520" runat="server" EnableLinks="false"
                                                EnableLists="false" EnableColors="true" EnableFormat="false" EnableTheming="false"
                                                FieldClass="edit-form" EnableViewState="true" AutoScroll="true" >
                                                <Listeners>
                                                    <Initialize Handler="Ext.DomHelper.applyStyles(this.getEditorBody(), {'background-position' : 'top right'});" />
                                                </Listeners>
                                            </ext:HtmlEditor>
                                        </td>
                                    </tr>
    </table>
    Attached Thumbnails Click image for larger version. 

Name:	HTMLEditor Issue in IE 9.png 
Views:	192 
Size:	5.7 KB 
ID:	3410  
    Last edited by Daniil; Nov 07, 2011 at 7:32 AM. Reason: [CLOSED]
  2. #2
    Please set zero margin and padding for editor body
    <Initialize Handler="Ext.DomHelper.applyStyles(this.getEditorBody(), {'background-position' : 'top right', 'margin':'0px', padding:'0px'});" />
  3. #3
    Hi Vladimir:

    Thanks it solved the issue.

Similar Threads

  1. Replies: 14
    Last Post: May 22, 2012, 5:29 PM
  2. [CLOSED] HTML Editor Scroll Problem
    By IanPearce in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 05, 2011, 1:22 PM
  3. [CLOSED] HTML editor height issue
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 19, 2010, 3:27 PM
  4. Replies: 6
    Last Post: Jun 11, 2010, 12:47 PM
  5. Replies: 3
    Last Post: Jun 15, 2008, 10:41 AM

Tags for this Thread

Posting Permissions