We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
摘要 在 Safari 下使用 Command+T 開啟新分頁時,一定機率會出現 Lag、彩球旋轉,威注音選單顯示「⋯⋯」。約 3-5 秒回復正常。
快速分類 輸入法崩潰或正在接受文字輸入的應用程式崩潰
問題發生步驟 同摘要
預期正常狀況 切換至內建注音或英文輸入法則無此問題。
螢幕截圖或螢幕錄製
電腦環境 請問您在怎樣的環境遇到這個問題?
其他 謝謝。
The text was updated successfully, but these errors were encountered:
之前在問題 #226 當中得出的結論是:
「(de)activateServer() 過程中不能有 setMarkedText(),否則會導致無限迴圈。」
但 PO 主的問題得同時從另一個新層面來解決。這個新層面的解決方式就是:讓 (de)activateServer() 以及 setValue() 的執行過程盡量不耗時。所以這次用了 GCD 處理、將全部的任務扔給一個新的不需要等待結束的執行緒。
Apple 應該將這部分內容寫到 documentation 當中。
Sorry, something went wrong.
Dealt in 2.9.6.
No branches or pull requests
摘要
在 Safari 下使用 Command+T 開啟新分頁時,一定機率會出現 Lag、彩球旋轉,威注音選單顯示「⋯⋯」。約 3-5 秒回復正常。
快速分類
輸入法崩潰或正在接受文字輸入的應用程式崩潰
問題發生步驟
同摘要
預期正常狀況
切換至內建注音或英文輸入法則無此問題。
螢幕截圖或螢幕錄製
default.mov
電腦環境
請問您在怎樣的環境遇到這個問題?
其他
謝謝。
The text was updated successfully, but these errors were encountered: