Do not use spectrum for colorpicker #1335
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It is unmaintained, depends on jQuery and Parcel no longer wants to parse its CSS (asterisk hack before display property for IE 7 support).It is unmaintained, depends on jQuery and Parcel no longer wants to parse its CSS (asterisk hack before display property for IE 7 support).
Fixes: #1268
Unfortunately, this probably will not work due to the sidebar containing the menu button beingposition: fixed
andoverflow: hidden
.We might need to use something like popper to get reasonable placement of the popup.
Switched to Floating UI (Popper successor) and it works okay.
It would be nice to have arrow pointing to the tag being changed but I did not manage to align it properly.
Arrow patch
We should probably also freeze scrolling why the popup is open but that is not anything new.