Some of the drag tests on the Build Test page have absolutely positioned
elements with only a left style declared (no top). This isn't an issue for
competent implementations of getComputedStyle, but Konquerer 4 has issues
where it returns 0, regardless of the actually top position.
This will be fixed by using the code form this primer, which does not rely
on getComputedStyle at all. Will also allow for retrieving the bottom/right
positions reliably.
http://www.cinsoft.net/position.html
Original issue reported on code.google.com by dmark.ci...@gmail.com on 5 Apr 2010 at 8:03
Original issue reported on code.google.com by
dmark.ci...@gmail.com
on 5 Apr 2010 at 8:03