Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(tooltip): switch to use raw DOM event bindings #4322

Closed
wants to merge 1 commit into from

Conversation

wesleycho
Copy link
Contributor

  • Switch to use addEventListener and removeEventListener to prevent
    jqLite/jQuery bug where the events are swallowed on disabled elements

This fixes #4060.

@wesleycho wesleycho added this to the 0.13.4 (Performance) milestone Sep 1, 2015
- Switch to use `addEventListener` and `removeEventListener` to prevent
  jqLite/jQuery bug where the events are swallowed on disabled elements
@Foxandxss
Copy link
Contributor

Now that you fixed the tests, it is good to merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip is not closed when exiting enclosing <div> containing disabled checkbox
2 participants