•  
      request #27144 Error is thrown in Chrome when an autofill event is encountered (again)
    Infos
    #27144
    Thomas Gerbet (tgerbet)
    2022-06-20 09:50
    2022-06-02 10:06
    28661
    Details
    Error is thrown in Chrome when an autofill event is encountered (again)

    Native autofill event sent by Chrome does not have all the attributes and methods of the standard KeyboardEvent. This issue is similar to request #26758 but it is not yet fixed upstream.

    Trace:

    {
        "message": "Uncaught TypeError: d.getModifierState is not a function",
        "source": "https://tuleap.example.com/assets/core/burning-parrot-8fe06636846136cb40bb.js",
        "lineno": 6,
        "colno": 102438,
        "error": [],
        "href": "https://tuleap.example.com/plugins/git/foo",
        "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36",
        "user-id": 121
    }
    
    Other
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    Empty
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2022-06-02 14:28

    Fix has been merged upstream. Waiting for release of @vueuse/core.


    • Status changed from Under implementation to Blocked