Timtech4u / gwtquery

Automatically exported from code.google.com/p/gwtquery
MIT License
0 stars 0 forks source link

Window.resize is unbound/cleared on trying to unbind mouseMove (notice the misspelled mouseMove instead of mousemove) #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. bind a function to window.resize
2. clear mouseMove : $(window).unbind("mouseMove")
3. notice the effect of resize by trying to resize. (it should be cleared)

What is the expected output? What do you see instead?
mousemove is cleared (shouldn't happen...tried in JQuery. But its better if it 
did.)
window.resize is also cleared which shouldn't happen.

What version of the product are you using? On what operating system?
Linux-FEDORA 17. GWTQuery 1.2.0

Please provide any additional information below.

See attached file. has both jquery and gwt src

Original issue reported on code.google.com by kisalay...@gmail.com on 2 Jan 2013 at 11:10

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by julien.d...@gmail.com on 7 Jan 2013 at 10:15

GoogleCodeExporter commented 9 years ago
Thanks for reporting. I've migrated this issue to github : 
https://github.com/gwtquery/gwtquery/issues/198
Please follow the issue there.

Original comment by julien.d...@gmail.com on 15 Jul 2013 at 4:05