google-code-export / hotot

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

Please update code for latest jquery release #395

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

In the Debian package, we use the packaged jquery rather than the copy embedded 
in hotot sources (see Debian policy for details [0]).

The packaged version of jquery was recently updated to 1.6.1 causing hotot tool 
bar to remain on the upper left corner of the window (see attached attached 
screenshot) and probably other issues I haven't yet encounter.

It would hence be great if you could update the code so that it also works with 
jquery >= 1.6. I would also suggest you update the embedded copy.

The release notes [1] state breaking changes, which might help.

Cheers,
Julien

[0] http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles
[1] http://blog.jquery.com/2011/05/03/jquery-16-released/

Original issue reported on code.google.com by Valro...@gmail.com on 24 Jun 2011 at 4:45

Attachments:

GoogleCodeExporter commented 9 years ago
jquery 1.6.x add .prop() method to explicitly retrieve property values, and 
.attr() only retrieves attributes.

.attr('scrollTop/offsetTop/offsetLeft') in ui.main.js/ui.slider.js returns 
undefined with jquery 1.6.x

I committed a patch in revision 323cdf358de3

Original comment by xnrefor...@gmail.com on 25 Jun 2011 at 7:22