http://script.aculo.us/demos/shop if you drag an item from the product list straight to the droppable area to remove an item from the cart, it''ll still add it to the cart. -PJ
On 7/6/05, PJ Hyett <pjhyett@gmail.com> wrote:> http://script.aculo.us/demos/shop if you drag an item from the product > list straight to the droppable area to remove an item from the cart, > it''ll still add it to the cart. > > -PJConfirmed here, same problem for me. Dave -- Dave Goodlad dgoodlad@gmail.com or dave@goodlad.ca http://david.goodlad.ca/
On 07/07/2005, at 12:40 PM, PJ Hyett wrote:> http://script.aculo.us/demos/shop if you drag an item from the product > list straight to the droppable area to remove an item from the cart, > it''ll still add it to the cart.I think that''s intended behaviour, a UI problem really. I guess the ''remove item'' box should only be be viewable when you have your mouse over the cart box (whilst not dragging a new item in), or hide the ''remove item'' box be hidden whilst dragging new items in. - tim
Yes, I don''t think that''s a bug. That box is for dragging the small items onto, not the large ones. On 7/7/05, Tim Lucas <t.lucas@toolmantim.com> wrote:> On 07/07/2005, at 12:40 PM, PJ Hyett wrote: > > http://script.aculo.us/demos/shop if you drag an item from the product > > list straight to the droppable area to remove an item from the cart, > > it''ll still add it to the cart. > > I think that''s intended behaviour, a UI problem really. I guess the > ''remove item'' box should only be be viewable when you have your mouse > over the cart box (whilst not dragging a new item in), or hide the > ''remove item'' box be hidden whilst dragging new items in. > > - tim > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
True :) Am 07.07.2005 um 05:36 schrieb Tim Lucas:> I think that''s intended behaviour, a UI problem really. I guess the > ''remove item'' box should only be be viewable when you have your > mouse over the cart box (whilst not dragging a new item in), or > hide the ''remove item'' box be hidden whilst dragging new items in.