Example: If you enable devel module block with jquery menu then you will not get any destination=path/to in devel links (i'm sure that will happen to all links that have query in $options assigned.). You will be redirected to homepage everytime you clearing cache or enabling theme developer from the devel menu. It is really annoying.
This issue appeared because your module doesn't respect altering hooks for menu (all ?destination=/path/to queries added via drupal_alter('menu') ).
Comments
Comment #1
PixelClever commentedYeah I have been planning to change this, but I've had a lot on my plate. I will probably put it in the next release which should be in the next week or so. Feel free to post a patch if you'd like to speed it up.
Comment #2
PixelClever commentedfixed in 2.2. Let me know if you see it not working in some way.