Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Alexander Schmitz

Milestone: none1.12.0
Owner: set to Alexander Schmitz
Priority: minorblocker
Status: newassigned

comment:2 Changed 8 years ago by Alexander Schmitz

Resolution: fixed
Status: assignedclosed

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

Changeset: 6fd9fc92a372e222e3543f52979c601ac88ad81e

comment:3 Changed 8 years 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.