On Jul 22, 2009, at 18:35, Max Carlson <[email protected]> wrote:
There's a braino on line 332 of LzInputTextSprite.js: isclickable ->
c...
Thanks.
Also, I had to back out your changes in LzSprite to get anything to
show up in trunk-clean/examples/components/edittext_example.lzx?
lzr=dhtml in Firefox 3.5...
I see why that is. I'll fix.
I'm trying to go with a philosophy of minimizing the css that gets
repeated on each div, if it possibly can be raised up to the div's
class style. I believe tha will render much more efficiently. So I am
removing the 'display' property, rather than setting it to 'block' on
each visible div.