globalwordnet / OMW

The Open Multilingual Wordnet
http://compling.hss.ntu.edu.sg/omw/
MIT License
57 stars 9 forks source link

Better manage requests for tooltip content #65

Open goodmami opened 5 years ago

goodmami commented 5 years ago

The tooltips for synsets and things makes a request to the server, so there is a delay between when the tooltip shows up and when the content is shown. Worse, the content from the previous entry is shown until then. Even worse, moving the mouse over several entries causes each one to be loaded sequentially, so you have to wait for each request to complete until the one you want is displayed.

To improve this: