簡體   English   中英

單擊Shift +鼠標左鍵單擊時Internet Explorer瀏覽器出現問題,文本自動突出顯示

[英]Internet Explorer browser issue while click shift + mouse-left-click , the text automatically get highlighted

我有多個選擇選項呈現html表。 當我單擊shift +鼠標左鍵單擊時,td元素文本僅在ie(Internet Explorer)瀏覽器中自動突出顯示(chrome,firefox,safari正常工作)。
您能幫我解決這個問題嗎?

謝謝

使用下面的代碼工作正常。

document.onselectstart = function() { return false; }
document.onmousedown = function() { return false; }

謝謝

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM