[Webkit-unassigned] [Bug 239383] New: [iOS] WebKit ignores autocorrect="off" for iOS Chrome/Firefox/Edge/Bluefy when Vue 3 is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 06:56:49 PDT 2022


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

            Bug ID: 239383
           Summary: [iOS] WebKit ignores autocorrect="off" for iOS
                    Chrome/Firefox/Edge/Bluefy when Vue 3 is used
           Product: WebKit
           Version: Other
          Hardware: iPhone / iPad
                OS: iOS 15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: egillcoat at gmail.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Steps to reproduce
iPad - iOS 15.3.1 / Chrome - v100.0 / Firefox 98.2 / Edge 100.0 / Bluefy 3.3.4

CodePen https://codepen.io/ejg/pen/QWaVwvm

In the input field, type a misspelled word with a space at the end, i.e. "ded ".

What is expected?
The word is not changed.

What is actually happening?
The word "ded" is autocorrected to "Dec".

Works correctly:

-- in iOS Safari 15

-- with Vue 2 - https://codepen.io/ejg/pen/BaJOOzp

-- Android v12

You will have to switch up the misspelled word. The iPad will remember the misspelling and not correct it when entered multiple times.

---------

I originally opened this against Vue 3 but they do not do anything except set the attribute and don't have any idea what could be causing WebKit to ignore the autocorrect attribute. https://github.com/vuejs/core/issues/5705

-- 
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/20220415/4c714536/attachment-0001.htm>


More information about the webkit-unassigned mailing list