ether / ep_font_color

Font Color Plugin for Etherpad
Apache License 2.0
2 stars 15 forks source link

Color copy past not working #25

Open jinbullsushil opened 3 years ago

jinbullsushil commented 3 years ago

Hi All, When I am trying to copy and paste the color and font size. Formatting is not working. I have used ep_font_color for the color option.

Desktop:

JohnMcLear commented 3 years ago

Tested here and it works fine:

https://video.etherpad.com/p/aUeq2TntWMJeyh7e_uIQ

Please test latest code (Etherpad and plugin) before creating issues :)

also please read contributing guidelines before creating issues.... For example it requires posting your browser / os etc.

jinbullsushil commented 3 years ago

Hi JohnMcLear, I don't know why you have closed this issue. I have tested the issue https://video.etherpad.com/p/aUeq2TntWMJeyh7e_uIQ . The same issue is also showing on the provided URL. I have also attached the video file for your reference. screencast-nimbus-capture-2020 12 18-09_54_37

JohnMcLear commented 3 years ago

Can you replicate the bug in firefox? Was this working as expected in Chrome before?

Looks like an upstream bug ;\

jinbullsushil commented 3 years ago

Hi JohnMcLear, It seems to working in Firefox. But it is not working in Chrome. That would be helpful if you suggest anyway to fix it. Thanks

JohnMcLear commented 3 years ago

Prolly a content collector bug related to contenteditable. Check shared.js which handles collection of pasted content.

JohnMcLear commented 3 years ago

Also try git bisect on the plugin and on develop branch to see if it's a new bug or recently introduced.