can not set toolbar or balloonToolbar will appear fixed above the cursor #17754
Labels
domain:integration-dx
This issue reports a problem with the developer experience when integrating CKEditor into a system.
domain:ui/ux
This issue reports a problem related to UI or UX.
package:ui
type:improvement
This issue reports a possible enhancement of an existing feature.
📝 Provide detailed reproduction steps
I want to set the toolbar or balloonToolbar will appear fixed above the cursor. then I set it as follows:
✔️ Expected result
I expect that setting the
position
toabove
will let the toolbar or balloonToolbar appear fixed above the cursor.❌ Actual result
If you use the mouse cursor to select content from left to right, the toolbar will appear below the cursor.
If you use the mouse cursor to select content from right to left, the toolbar will appear above the cursor.
If the height of the editor is greater than 50px, the toolbar will appear below the selected content by default.
❓ Possible solution
Forced modification of CSS
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: