Open Bug 1977970 Opened 1 month ago Updated 1 month ago

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)

Desktop
Windows 11
defect

Tracking

()

Tracking Status
firefox142 --- affected

People

(Reporter: alice0775, Unassigned)

References

Details

(Keywords: nightly-community, regressionwindow-wanted)

Steps to reproduce:

  1. Open https://ckeditor.com/docs/ckeditor5/latest/examples/framework/custom-ui.html
  2. Select some text where outside the editor (e.g., title Custom UI (with Bootstrap) )
  3. Drag it and drop into the editor.
  4. 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.)

Summary: The text cursor (I-beam, caret) disappears after dragging and dropping text into the editor. → After dragging and dropping text into the editor. Although the text cursor is not displayed, text can still be entered.
Component: DOM: Editor → DOM: UI Events & Focus Handling
Summary: After dragging and dropping text into the editor. Although the text cursor is not displayed, text can still be entered. → 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.)

https://chatgpt.com/ is also affected.

I can reproduce the issue on 115esr. So, this does not seem to be a regression.

(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.

Severity: -- → S3
See Also: → 1860324
Component: DOM: UI Events & Focus Handling → DOM: Editor
You need to log in before you can comment on or make changes to this bug.