Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I have to click twice to enable the text cursor and add-toolbar when there is a placeholder. And the add-toolbar is shown at a wrong position:

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
- Go to alloyeditor.com
- Remove all content
- Inspect the alloy-editor element, and add the following style to the before pseudo element:
.ae-placeholder:not(:focus):before {
content: attr(data-placeholder);
position: absolute;
content: "some placeholder";
}
- Click inside the alloy-editor to write or add something, the text cursor will not appear and the add-toolbar is misplaced.
What is the expected behavior?
I should be able to click once and start writing.
Which versions of alloy-editor, and which browser / OS are affected by this issue? Did this work in previous versions?
Using alloyeditor 2.14.4, Chrome v95 and Mac OSX. I am not sure, if it did work in previous versions.