From: Raymond S. <dst...@or...> - 2001-01-09 22:29:31
|
These are remaining issues, that I know of. 1) Event problems. None of my widgets 'on mouseover' work right now in IE or NS since precreation was introduced. If you test ButtonImage you can see what I mean. Also, this widget is throwing an error at line 49 (I believe) in NS. Line 49 is related to setImage with a boolean for checkbox vs not a check box. This might be related to removal of get.component methods. Worked in IE til I updated them to the new methods. But I am not sure what replaced this, so I have to go back and read up on alot of code I am unfamiliar with. 2) Scrollpane currently doesn't render knobs and bars in IE5.5 on Inw ME. Works fine in NS. 3) Select text Label issues (ie) in child elements. Pascal mentioned he was working on this last night. 4) Hard to explain this one but it might provide clues as to where to look. I had a viewport widget with an oversized image element (content). I used a series of moveTo's to window a portion of the element in a viewport. All worked wonderous til recent updates, now moveTo does nothing. I fixed this by dumping the viewport and using a clipped dynlayer with moveTo's. Might be related to auto-size detection, just a guess. Later |