ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

empty named queue de queued automatically #200

Open jDramaix opened 11 years ago

jDramaix commented 11 years ago

Original author: kisalay...@gmail.com (January 09, 2013 07:00:11)

What steps will reproduce the problem? see attached source.

What is the expected output? What do you see instead? First function in empty queue is executed automatically in GWTQuery, but not in jQuery. Second function requires a dequeue.

What version of the product are you using? On what operating system? 1.2

Please provide any additional information below. This is actually a better logical behavior. But not what is there jQuery. It is upto you guys to decide whether to change it or keep it like this only.

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=169

jDramaix commented 11 years ago

From julien.d...@gmail.com on January 16, 2013 13:59:03 you should implement the same behavior that the one implemented in jquery. So I propose to change it.