Tamás Nepusz created FLEX-34594:
-----------------------------------
Summary: MouseEventUtil.createMouseWheelChangingEvent() does not
copy event.commandKey and event.controlKey
Key: FLEX-34594
URL: https://issues.apache.org/jira/browse/FLEX-34594
Project: Apache Flex
Issue Type: Bug
Components: Spark: ScrollBar
Affects Versions: Apache Flex 4.13.0
Reporter: Tamás Nepusz
Priority: Minor
{{MouseEventUtil.createMouseWheelChangingEvent()}} does not copy the
{{commandKey}} and {{controlKey}} properties of the underlying
{{MouseEvent.MOUSE_WHEEL}} from which the corresponding
{{FlexMouseEvent.MOUSE_WHEEL_CHANGING}} event is created. As a consequence, one
cannot evaluate the status of the Cmd key on Mac when the
{{MOUSE_WHEEL_CHANGING}} event is handled.
Probably easy to fix as {{FlexMouseEvent}} inherits from {{MouseEvent}} so it
should also have a {{commandKey}} and a {{controlKey}} property.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)