rmwdeveloper / experiment

Personal site that I can experiment on.
0 stars 0 forks source link

WindowsContextMenu - convert onMouseDown to onClick #28

Open rmwdeveloper opened 8 years ago

rmwdeveloper commented 8 years ago

Theres a conflict between WindowsDesktop' onMouseDown event and a proposed WindowsContextMenu onClick button.

event.stopPropagation() doesn't prevent the event bubbling up since they arent the same event type