Hi Christian,

It's a bit tricky to send a code snippet as there are many classes involved.
I'll try to describe the widget hierarchy and what is happenning.

The full widget hierarchy is (I've listed layout types, widgets are all
Composite unless specific widget type listed)
Application Root
    Dock 1
        Dock 2
            Dock 3
                HBox 4.1
                    Button 4.1.1
                VBox 4.2
                    HBox 5
                        Label 6.1
                        TextField 6.2
                        Button 6.3
                        Label 6.4
                        SelectBox 6.5
                        TextField 6.6

VBox 4 and its children are created but not displayed. When Button 4.1.1 is
clicked VBox 4.2 is shown using .show() method. This is the first time it
has been shown. This is when the error occurs. After the error has occurred,
HBox 5 and its children are displayed correctly, but VBox 4.2 is not
displayed although its layout appears to be correct just no borders or
background colour.

If I remove the SelectBox, then the error goes away.

Thanks,

Chris


Christian Schmidt-18 wrote:
> 
> Hi Chris,
> 
> thank you for your info! Could you explain what are you doing to get the 
> exception or send me a code sipped?
> 
> It is interesting for us to know what happens, perhaps there is going 
> more wrong in the DOM layer.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/IE-6-element.offsetParent-tp20724647p20741317.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to