Opened 18 years ago
Closed 18 years ago
Last modified 17 years ago
#4904 closed defect (fixed)
Delay loading program details tooltip
| Reported by: | Owned by: | Rob Smith | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The attached patch defers loading of the program details tooltip in the MythWeb Listings page by 0.25 seconds to prevent a lot of chatter/requests as a user moves the mouse cursor across the page. It also has the added bonus that when your mouse cursor gets to a program of interest, your request will be first in the queue (rather than waiting behind 4 pending requests, or whatever).
While 0.25 seconds seems to work well, decreasing the timeout to 100ms also has the same overall result if waiting the extra 150ms seems an eternity for you.
Attachments (1)
Change History (5)
by , 18 years ago
| Attachment: | mythweb-ticket_4904-hover_timer_for_listings_details.patch added |
|---|
comment:1 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

(In [17029]) Fixes #4904, delays the auto popup ajax slightly (250 ms) so it doesnt spam as you move around on the page. Thanks sphery\!