Hi,

 

I want to be able to scroll the page so that a given control is visible; we
have some very long forms and modal message dialogs are sometimes off
screen.  I've tried to use qx.bom.element.Scroll.intoView but it fails with
"body is null or not an object" at line55:

 

    intoViewX : function(element, stop, align)

    {

       var parent = element.parentNode;

var doc = qx.dom.Node.getDocument(element);

var body = doc.body;

 

My test code code looks like this:

 

                qx.bom.element.Scroll.intoView(button1.getContentElement());

 

Is there something I should do different, or maybe a patch I can make?

 

Thanks,

John

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to