#12770 closed feature (fixed)
Remove dependency on core event alias module
Reported by: | Alexander Schmitz | Owned by: | Alexander Schmitz |
---|---|---|---|
Priority: | blocker | Milestone: | 1.12.0 |
Component: | ui.core | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is no need for us to depend on the event alias module since it is just what it sounds like aliases. Not using aliases like focus
and blur
and click
also improves code clarity because it will be clear when we are using a native call vs the jQuery event system.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|---|
Owner: | set to Alexander Schmitz |
Priority: | minor → blocker |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 8 years ago by
Autocomplete: Revert mistaken event alias change
This is a call on the menu widget, not using an event alias.
Ref 8b4ce807cd97e3cb953995934d6c4f614de9fa03 Ref #12770
Changeset: de4984da244289c259e8fc8d1106898908b6ffce
Note: See
TracTickets for help on using
tickets.
Tests: Add custom build of core to tests
This adds a custom build which excludes the event/alias and deprecated modules
Fixes #12770 Closes gh-1556