Open GoogleCodeExporter opened 8 years ago
you can test the parents for the css attribute position:fixed, instead of the
option,
for an automatic detection. don't know what's the best way.
Original comment by mixer2
on 14 Sep 2008 at 8:54
maybe the jquery offset() method should be used to get the correct position
http://docs.jquery.com/CSS/offset
anything like (e.pageX-$(this).offset().left)+' '+(e.pageY-$(this).offset().top)
Original comment by mixer2
on 15 Sep 2008 at 9:39
Another unexpected positioning error. I will evaluate the proper fix and
incorporate
it into the version following 0.9.2 which is being released today.
Original comment by khall...@gmail.com
on 19 Sep 2008 at 7:51
A new version has been released, 0.9.5, which may fix this problem. The new
version
uses jQuery's built-in methods for determining the position now. I have not yet
tested whether this specific issue is remedied by this change so I'm leaving
this
open until I have verification.
Original comment by khall...@gmail.com
on 14 Oct 2008 at 8:23
Original issue reported on code.google.com by
mixer2
on 13 Sep 2008 at 11:40