Error with HtmlEditor in the examples

  1. #1

    Error with HtmlEditor in the examples

    If I have small browser window like in the image bellow:



    And the panel is overlapped at the bottom, after I click on the Edit button the whole panel is repositioned and the top of the panel is cut from the screen, like in the image bellow:



    This is from your examples (you can see it from the images above), and I have the same problem in my application.
    Is there a workaround for this problem?
  2. #2
    Hi,

    We can suggest you the following solution.

    Example
    <ext:Editor ...>
        <Listeners>
            <StartEdit Handler="this.el.alignTo(#{Panel1}.body, 'tl-tl');" Delay="10" />
        </Listeners>
    </ext:Editor>
  3. #3
    Thanks, that worked!

Similar Threads

  1. [CLOSED] Error in examples.ext.net
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 04, 2010, 11:54 AM
  2. more error in http://examples.ext.net
    By maxdiable in forum 1.x Help
    Replies: 0
    Last Post: Jun 11, 2010, 5:21 PM
  3. examples @ examples.ext.net giving error
    By Amar in forum 1.x Help
    Replies: 2
    Last Post: Jun 08, 2010, 4:18 AM
  4. Error viewing examples
    By phillipl in forum 1.x Help
    Replies: 0
    Last Post: Jun 03, 2010, 12:53 AM
  5. Coolite Examples Explorer Error Page
    By matmani in forum Bugs
    Replies: 0
    Last Post: Dec 26, 2009, 10:23 AM

Posting Permissions