Perché il collegamento al dizionario non è affidabile utilizzando Chrome?

2

Quando usi la scorciatoia di ricerca del dizionario Ctrl + Cmd + D quando usi Chrome funziona per alcuni siti web ma non per altri.

Questo ha a che fare con Chrome stesso o è dovuto al fatto che alcuni siti web stanno usando Javascript e questo sta influenzando il collegamento?

    
posta Chung Wu 29.10.2012 - 05:42
fonte

1 risposta

3

Questo bug è noto agli sviluppatori di Chrome ed è stato archiviato sotto ...

Numero 90461 : La scorciatoia da tastiera del dizionario non funziona in Lion

Fondamentalmente i problemi sono problemi di temporizzazione per alcuni siti web che impiegano troppo tempo per rispondere alle informazioni necessarie per mostrare il dizionario.

Questo è ciò che [email protected] dice:

There's likely not much that we can do here. We have to block the UI thread to implement this feature, which is bad and so that's done on a timeout. If the web page takes too long to respond for the information we need to display the popup, we give up and unblock the UI. If we didn't do this, Chrome would look like it's hung, waiting on the web page to respond.

We collect timing information about this, and most pages succeed well below the timeout, but there's also some class of pages that do not respond in time (more than 1500ms, which is what starts to be perceived as sluggish/hung).

    
risposta data 30.10.2012 - 12:08
fonte

Leggi altre domande sui tag