Applies ToInternet Explorer 11

警告: 已停用、不支援 Internet Explorer 11 桌面應用程式已透過特定版本的 Windows 10 上的 Microsoft Edge 更新永久停用。 如需詳細資訊,請參閱 Internet Explorer 11 傳統型應用程式淘汰常見問題

徵兆

當您將 RTF 文字從 WordPad 貼到 Internet Explorer 11 的內容可編輯的 div 中時,文字中包含多組「<p> </p>」標籤,每組標籤都代表一條空白行。 不過,其中一組「<p> </p>」會遺失。例如,當您從 WordPad 貼上時,您預期會在 ContentEditable div 中看到下列文字:  

<div contenteditable="true">
        <span lang="">
            <p>This is a test</p>
            <p> </p>
            <p>This is another test with 1 new line</p>
            <p> </p>
            <p> </p>
            <p> </p>
            <p>Next line after 3 new lines</p>
        </span>
    </div>

不過,文字的顯示方式如下:

<div contenteditable="true">
        <span lang="">
            <p>This is a test</p>
            <p>This is another test with 1 new line</p>
            <p> </p>
           <p> </p>
            <p>Next line after 3 new lines</p>
        </span>
    </div>

解決方案

若要修正此問題,請安裝 Internet Explorer 的最新累積安全性更新。 若要這麼做,請移至 Microsoft Update。 此外,請參閱 Internet Explorer 最新累積安全性更新的技術資訊注意:此更新最初包含在 MS16-063:Internet Explorer 的安全性更新:2016 年 6 月 14 日

狀態

Microsoft 已確認<適用於>一節所列的 Microsoft 產品確實有上述問題。

參考

了解 Microsoft 用來說明軟體更新的術語

需要更多協助嗎?

想要其他選項嗎?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。