wolverine2k / crunchy

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

Problem with re-positioning menu #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Grab the menu (by clicking and dragging the blue "topbar").

What is the expected output? What do you see instead?

The menu should move smoothly; instead it moves abruptly to the left when
we first try to position it elsewhere.  Subsequent moves (on a given page
are ok).

This is probably tricky to solve (it means fiddling with the javascript
code) and is not really a show stopper.  

This problem appeared (andre's branch) following commit 449 to make menu
and security advisory draggable.

Original issue reported on code.google.com by andre.ro...@gmail.com on 26 Nov 2007 at 12:53

GoogleCodeExporter commented 8 years ago
Fixed in commit 450.  Not perfect, as there is still some small abrupt movement 
when
it is first grabbed, but pretty close.

Original comment by andre.ro...@gmail.com on 26 Nov 2007 at 3:33