Hi,

looks like a bug with the wheel delta calculation in Firefox. I've
opened a report:

http://bugzilla.qooxdoo.org/show_bug.cgi?id=8433

As a workaround, you could try checking the "roll" event's delta
property instead, that seems to work as expected:

this.getRoot().addListener("roll", function(e) {
  this.info(e.getDelta().y);
}, this);


Regards,
Daniel

On 15.06.2014 01:47, Jonathan Wolfe wrote:
> Hi,
> 
> I'm trying to get a mousewheel event working to change the selection of
> a qx.ui.form.SelectBox and I have it working in Chrome, but in Firefox
> v30.0 I can't seem to back out the direction. In Chrome, getWheelData is
> either positive or negative depending on the direction of the scroll
> where in Firefox it's always "0". Any suggestions?
> *
> *
> *Jonathan Wolfe**|  Meteorologist
> Charleston Pilot Project   ***********
> *Charleston, WV **National Weather Service
> 304-746-0190*
> *preview.weather.gov/edd <http://preview.weather.gov/edd>
> 
> 
> *
> 
> 
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> 
> 
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to