From: Pascal <pb...@oi...> - 2001-01-10 07:44:48
|
1) events work correctly, only event code not working is mouse events on child layers in IE5.5.. Please make sure that your widget is using the correct way (i.e. precreation events.. see other widgets for more info) 2) no clue.. haven't looked at it 3) not a label issue, but a child-event issue only happening in IE5.5 4) no clue. cya, Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Raymond Smith > Verzonden: dinsdag 9 januari 2001 23:28 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] Issues, remaining > > > 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 > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |