In firefox 2, when I drag, the title floats about 100px's to the right of my cursor which is annoying.

Secondly, also in firefox 2, right-clicking brings down your menu, but also my context menu. It would be nice (and I think better, less obscure UI), if there was a little Tool DIV to the right/left of the title that I could click to get your right-click context menu, instead of right-clicking.

Comments

btopro’s picture

That's strange because I've never had an issue with FF2 with either of these issues. The title float issue might be related to the theme you're using (please let me know if you're using any non drupal packaged one cause I've been trying to hunt that issue down for awhile now).

As for the right click I've never had the context menu and the browser default context menu show up at the same time. I do agree though that maybe a little div or minor icon that can be clicked on to access the menu could help with compatibility. There are some weird issues with Opera that I do know of.

steve2580’s picture

I have to agree it is annoying.

btopro’s picture

I believe I tracked this down, just need to check that it isn't theme specific; a new version with all the active bugs fixed will be committed shortly

schuyler1d’s picture

by the way, when i went to see if I could hunt this down myself, I noticed your JS file must have been generated/compressed from some other source. Would it be possible to include the main source file in the distro). That would certainly make it easier to debug if not also more GPL friendly.

btopro’s picture

Again something that was packaged in earlier versions and then I forgot to package in the newer ones. I did track it down using firebug and have made it much more non-theme specific by defining a ton of properties for the couple of styles that were influencing it. I'll have a build up tomorrow, currently trying to reroute the context menu to work by clicking on an icon instead of the right click method. This will improve compatibility across platforms quite a bit. Look for a build sometime tomorrow by the end of the work day.

btopro’s picture

Status: Active » Fixed

I'm going to split this off into 3 issues.
1. Fixing distance with drag and drop (fixed so i'll set this to fixed)
2. Changing Right-click over to a mouse click on an icon approach
3. Packaging JS source files

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.