【问题标题】:spell check not working in Office 365 web app拼写检查在 Office 365 Web 应用程序中不起作用
【发布时间】:2021-01-11 18:27:20
【问题描述】:

我注意到我的拼写检查在 Office 365 Outlook Web 应用程序中不起作用。检查 HTML 时,我看到如下:

div dir="ltr" class="[]" role="textbox" aria-multiline="true" aria-label="Message body" spellcheck="false" contenteditable="true"

spellcheck 属性设置为 false。我不确定微软为什么会这样做,因为这只是禁用了浏览器中的拼写检查功能。任何人都知道我可以在 chrome 中即时覆盖它的任何扩展?

【问题讨论】:

    标签: outlook-web-app


    【解决方案1】:

    我不知道为此目的的现有扩展。但是,如果您在控制台中键入此内容,则会启用拼写检查:

    $("[spellcheck=false]").attr({spellcheck: true})
    

    【讨论】:

    • 谢谢...但这不是持久的,当标签刷新时会消失。
    猜你喜欢
    • 2020-02-11
    • 1970-01-01
    • 2018-02-14
    • 1970-01-01
    • 1970-01-01
    • 2016-09-16
    • 2013-07-20
    • 1970-01-01
    • 2023-03-07
    相关资源
    最近更新 更多