growthbook / growthbook

Open Source Feature Flagging and A/B Testing Platform

Home Page:https://www.growthbook.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Visual Editor Plugin Auto Adding Cursor Styles

MobMuseumDevTeam opened this issue · comments

Summary

When changes are made in the Visual Editor to the Style attributes a "cursor: move" is automatically added to whatever has been edited.

Expected Behavior

When I make a small change like a background color or something, I would expect my mouse cursor to continue to be a pointer like normal.

image (9)

Current Behavior

Any changes in the visual editor make the edited section have a the much larger and strange looking "move cursor".

image (8)

Hi @MobMuseumDevTeam This is because we allow drag-and-drop'ing elements that are selected by the editor. When changing the background color, this requires an element to be selected, which leads to this behavior. You can always de-select the element by clicking outside of it, or switching to 'Interactive mode' (the arrow symbol on the toolbar).