FLUID-5177: slidingPanel does not pass dom events

Metadata

Source
FLUID-5177
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Jonathan Hung
Created
2013-10-09T11:10:15.146-0400
Updated
2014-06-25T16:16:10.519-0400
Versions
  1. 1.4
Fixed Versions
N/A
Component
  1. Sliding Panel

Description

The slidingPanel does not pass on dom events, thus listeners have to define their own invokers which is not desirable.

Comments

  • Justin Obara commented 2013-10-18T13:14:13.333-0400

    Submitted pull request https://github.com/fluid-project/infusion/pull/419

    This pull request doesn't actually pass down the DOM event object. However, now that the DOM event is bound declaratively it is less strange to bind another handler declaratively, and possible to override the existing one. I believe this should be sufficient for solving any issues requiring the event object.