Open xitanggg opened 1 year ago
We appreciate your report. I was able to reproduce the issue following the steps to reproduce:
Tested with:
Browser / Version: Firefox Release 114.0.2 (64-bit)/ Firefox Nightly 116.0a1 (2023-06-28) (64-bit) /Chrome Version 114.0.5735.134 (Official Build) (64-bit) Operating System: Windows 10 PRO x64
Notes:
Moving this to NeedsDiagnosis for further investigations.
[qa_26/2023]
Hi there, I implemented a fallback component to work around this issue, meaning the issue can no longer reproduces in open-resume's website. If you are looking into this issue, can you use the sandbox test step?
b
followed by space. I notice Firefox also adds a <br>
to innerHTML
even though I only press a space, which is interesting.
URL: https://www.open-resume.com/resume-builder
Browser / Version: Chrome 114.0.0 Operating System: Windows 10 Tested Another Browser: Yes Edge
Problem type: Something else Description: Pressing space in content editable causes Firefox to create a new line character Steps to Reproduce: Hi there, I am the creator of the open source project open-resume.com. I am using a content editable div to allow users to enter their work experience descriptions. I run into an issue with firefox where if user enters space in the content editable div (if it is at the end of line), Firefox returns it as a new line character \n in
innerText
. This causes usability issues to users and an issue has been created https://github.com/xitanggg/open-resume/issues/15.To reproduce this, you can
To debug this issue, you can
View the screenshot
Browser Configuration
From webcompat.com with ❤️