[Webkit-unassigned] [Bug 181719] Trailing space disappears when it occurs at the end of an long line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 14:56:59 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=181719

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am able to reproduce this bug in Safari 15.6 on macOS 12.5 using attached test case and it shows following:

beforeinput content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax'
      input content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax<nbsp>'
beforeinput content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax<nbsp>'
      input content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaaxa' <<<<< (NOT SPACE)

*** Firefox Nightly 104 ****

beforeinput content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax'
      input content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax '
beforeinput content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax '
      input content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax a' <<< SPACE before 'a'

*** Chrome Canary 106 ***

beforeinput content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax'
      input content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax<nbsp>'
beforeinput content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax<nbsp>'
      input content: 'aaaaiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaax a' <<<< SPACE before 'a'

________

Let me know if I am testing incorrectly. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220726/cb98da06/attachment.htm>


More information about the webkit-unassigned mailing list