After dragging and dropping text into the editor. Although the text cursor is not displayed, text can still be entered.(i.e., It seems the editor looks like a blurred state, but focused internally.)
Categories
(Core :: DOM: Editor, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox142 | --- | affected |
People
(Reporter: alice0775, Unassigned)
References
Details
(Keywords: nightly-community, regressionwindow-wanted)
Steps to reproduce:
- Open https://ckeditor.com/docs/ckeditor5/latest/examples/framework/custom-ui.html
- Select some text where outside the editor (e.g., title
Custom UI (with Bootstrap)
) - Drag it and drop into the editor.
- Type some text
---- Bug still appear
Actual results:
Although the text cursor is not displayed, text can still be entered.
It seems the editor looks like a blurred state, but focused internally.
Expected results:
The editor should remain blurred state (i.e., typing after dragging and dropping should not result in characters being entered.)
![]() |
Reporter | |
Updated•1 month ago
|
![]() |
Reporter | |
Updated•1 month ago
|
![]() |
Reporter | |
Updated•1 month ago
|
![]() |
Reporter | |
Comment 1•1 month ago
|
||
https://chatgpt.com/ is also affected.
Updated•1 month ago
|
![]() |
Reporter | |
Comment 2•1 month ago
|
||
I can reproduce the issue on 115esr. So, this does not seem to be a regression.
Comment 3•1 month ago
|
||
(In reply to Alice0775 White from comment #0)
The editor should remain blurred state (i.e., typing after dragging and dropping should not result in characters being entered.)
Chromium also moves the focus to the text editor after dragging and dropping. I think this is expected behavior on focus handling.
So this is more like a caret issue on editor and seems like a duplicate of bug 1860324.
Updated•1 month ago
|
Description
•