You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Tamás Nepusz (JIRA)" <ji...@apache.org> on 2014/10/10 13:32:33 UTC

[jira] [Created] (FLEX-34594) MouseEventUtil.createMouseWheelChangingEvent() does not copy event.commandKey and event.controlKey

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)