From: Guangyi Wu <gua...@al...> - 2000-11-17 15:31:42
|
Hi, I overloaded the setWidth for Label for NN4, because rerending (setText()) is neccessary for browser not supporting DOM. And the rerending should be before the invokeEvent('resize'), it is hard to call the DynLayer.setWidth(). Another change is the point size, as I posted last time. I ran into trouble when I tried to bring cancelBrowserEvent() to IE 5. I followed the debugger into DynLayer.EventMethod, after I clicked on a Label. The e.srcElement is the <FONT>, instead of the <DIV> label layer, and the events are ignored for the label. Is there any work-around for IE 5 in this case? br George <<label.js>> |