#12770 closed feature (fixed)
Remove dependency on core event alias module
| Reported by: | arschmitz | Owned by: | arschmitz |
|---|---|---|---|
| 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 18 months ago by arschmitz
- Milestone changed from none to 1.12.0
- Owner set to arschmitz
- Priority changed from minor to blocker
- Status changed from new to assigned
comment:2 Changed 18 months ago by Alexander Schmitz
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 17 months ago by Jörn Zaefferer
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