Re: Trapping Box Properties?

Adam Megacz <[email protected]> Mon, 19 Apr 2004 00:00:59 -0700
Newsgroups gmane.comp.java.xwt.core
Organization XWT
Message-ID <[email protected]>
> It is going to invoke any traps on them regardless unless we put
> some ugly special cases in there.

The extra cases only add additional trap invocations.  They don't
inhibit any trap invocations.  So org.ibex.js does not need to be
modified.  Also, any time the user writes a value to 'height', you can
be assured that the core will size the box to exactly that height, no
matter what.  So it doesn't matter if the trap gets triggered early.
Plus, reading from 'height' triggers a reflow().