From: Clemens E. <lin...@we...> - 2004-10-28 15:24:20
|
Hi again! >Stupid Lookout Unimpressed. Inserts text I deleted. What part of >CTRL-a DEL didn't you understand??? > > Sorry my English is only at basic level so I had quite some probs with the last two mails ;-) Did I something you are angry about?? If so - sorry, however ? I know the code is quite ugly so I would have no problem if you would tell me that you wont check it in - it would be better to figure out why gecko has problems with scrolling, however I was able to profile the stuff and venkerman showed me that most time was spent in DynLayer_dom.setLocation. It was calles quite often (about 500 times or so) and took 5000-10000s. The problem seems to be that scrolling-performance in general is not the problem it just feels so slow because it sometimes stucks. Overal duration of setLocation is about 6ms on my machine, however there are a few peaks with 150ms and more... Maybe Mozilla has problems with events when scrolling so it fires the same event on and on? Maybe stepped scrolling could be still quite usefule for large, complex scrolled areas but I dont know how good browser can handle this. Thanks for dynapi and good luck with your health! lg Clemens |