[Prototype-core] Re: A Lightweight Set

2007-07-20 Thread Tobie Langel
Or said another way, I can't store keys, values, map, find, etc in a Hash (unless I'm missing something clever). Yes you can... but they override the existing methods. So for example: $H({map: 2}) works as expected except you won't be able to use map or any method that relies on it

[Prototype-core] Position.cumulativeOffset in IE6

2007-07-20 Thread Frederic Gaus
Hi! I noticed yesterday, that Z-indexes are not observed when calculating cumulativeOffset. Did everyone ever noticed? Is there a bug-report? Should I report one? Is there allready a first approach to fix this? I will try to fix this issue this weekend, but first of all I would like to

[Prototype-core] Re: Position.cumulativeOffset in IE6

2007-07-20 Thread Frederic Gaus
Michael Peters schrieb: Frederic Gaus wrote: I noticed yesterday, that Z-indexes are not observed when calculating cumulativeOffset. Maybe I'm mising something, but what does a z-index have to do with where the element is positioned? It affects the depth but not the position right? It