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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | floating_manager_menu.module.patch | 817 bytes | khaled.zaidan |
Comments
Comment #1
khaled.zaidan commentedForgot to attach the patch :P
Comment #2
jdschroeder commentedThanks for spotting that, Khaled. Patch is committed to the master branch. It should appear in a release fairly soon.