Open GoogleCodeExporter opened 9 years ago
Add "mousewheel" and "DOMMouseScroll" to the events list in Infobox.js .
Original comment by ty...@spacelist.ca
on 18 Mar 2014 at 12:33
I added "mousewheel" and "DOMMouseScroll" to the events list in infobox.js and
this has corrected the issue for me, thanks.
Suggest that these events should be included by default in the next version of
infobox.js.
Original comment by percy.grunwald
on 19 Mar 2014 at 12:36
[deleted comment]
Partial fixed; it solved it for me in Chrome, not in Firefox. Have not tried
all other browsers.
Live example with the proposed fix is here
http://www.quinte-mls.com/listings/centre-hastings?PropertyType[]=res&district[]
=527
Original comment by er...@cdyweb.com
on 19 Mar 2014 at 1:03
Firefox fix (included jquery.mousehweel.js events)
events = ["mousedown", "mouseover", "mouseout", "mouseup",
"click", "dblclick", "touchstart", "touchend", "touchmove", 'wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll'];
Original comment by tamcs...@gmail.com
on 4 Nov 2014 at 11:32
Hi tamcs..--
i cant find any existing events var in jquery.mousehweel.js, do you have any
code for ref?
Original comment by zeesha...@gmail.com
on 17 Jun 2015 at 7:16
Original issue reported on code.google.com by
er...@cdyweb.com
on 21 Nov 2013 at 3:30