chenjuneking / quill-image-drop-and-paste

A quill editor module for drop and paste image, with a callback hook before insert image into the editor
ISC License
101 stars 42 forks source link

Plugin doesn't work on Firefox #42

Closed mountpoint closed 1 year ago

mountpoint commented 1 year ago

The plugin doesn't work on Firefox.

handler doesn't call at all

For testing just run this example on latest Firefox.

I've tested it on Firefox on Debian, and Firefox on Windows 10

chenjuneking commented 1 year ago

Hi, @mountpoint . I'd tested on Firefox(v105.0 64 bit) on Windows 11, it's working fine. image

Could apply more details about this issue?

chenjuneking commented 1 year ago

Hi, @mountpoint . I'd tested on Firefox(v105.0 64 bit) on Windows 11, it's working fine. image

Could apply more details about this issue?

mountpoint commented 1 year ago

Hi @chenjuneking ! Sure, I'll provide some screenshots

First screenshot is from latest Google Chrome (Debian). Everything works great.

2022-09-21_10-51

Second screenshot is from latest Firefox 105.0 (64-bit) (Debian). Look at the image. It inserts into editor area. And I don't see any logs in console

2

Also I use your plugin in my project and there are same troubles. Same troubles on Firefox on Windows 10.

If you have possibility, check it on Windows 10

chenjuneking commented 1 year ago

Hi @mountpoint . Thanks for the details and I feel sorry for your trouble. Since I was not able to get another Windows 10 device. I'd simulated a debian x64 + firefox v105.0 and windows 10 + firefox v105.0 environment by VirtualBox on my laptop(windows 11), but they are working fine.

image image

I‘ll keep tracking this issue and fix it when I could reproduce the problem.

mountpoint commented 1 year ago

@chenjuneking thanks for your response! I will check it on another devices. Maybe this is something strange with my devices :smile:

steverogers180 commented 1 year ago

@mountpoint any updates?

mountpoint commented 1 year ago

@rahultrivedi180 aaahhh, I forgot to check it on my colleague's devices. Do you have the same problem?

steverogers180 commented 1 year ago

@rahultrivedi180 aaahhh, I forgot to check it on my colleague's devices. Do you have the same problem?

Nope. Didn't try this package yet. I'm about to try in the next couple of days

chenjuneking commented 1 year ago

Since there's no more feedback, I'll close this issue.