The offsets used for the 'Top' and 'Left' fields in the settings page do not work, and the floating menu is always displayed in the upper left corner (as if top and left are always set to 0) until you move.

The problem is found in the function "floating_manager_menu_positioning_css()" at line 254. The settings saved in the settings are never used.

I have created a patch (a small but effective patch) to fix this issue :)

Best regards,
Khaled

CommentFileSizeAuthor
#1 floating_manager_menu.module.patch817 byteskhaled.zaidan

Comments

khaled.zaidan’s picture

StatusFileSize
new817 bytes

Forgot to attach the patch :P

jdschroeder’s picture

Status: Active » Closed (fixed)

Thanks for spotting that, Khaled. Patch is committed to the master branch. It should appear in a release fairly soon.