lewisje / ourlibrary

Automatically exported from code.google.com/p/ourlibrary
0 stars 0 forks source link

Konquerer 4's buggy getComputedStyle method causing issues with getElementPositionStyle #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dmark.ci...@gmail.com on 5 Jun 2010 at 5:53