Prevent tooltips from displaying when the mouse is over the search or paging controllers.
[quanweb.git] / js / BooksView.js
index 7af3e979d703e56db546e210a7a3a932778058fd..1bbb8aed10751611a863006c170175c05e4565bf 100644 (file)
@@ -48,7 +48,8 @@ var BooksView = (function() {
         }
         result     +=       '</a></td>'
             +       '<td onclick="displayDetails(' + book.Id + ');" '
-            +          ' onmouseover="ToolTip.startTooltipTimer(' + book.Id + ');">'
+            +          ' onmouseover="ToolTip.startTooltipTimer(' + book.Id + ');"'
+            +          ' onmouseleave="ToolTip.stopTooltipTimer();">'
             +         '<p><b>' + book.Title + '</b></p>'
             +         '<p>'
             +           '<i>' + book.AuthorReading + '</i>';