Ticket #12656 (closed bug: fixed)
Make event shorthands an excludable module
| Reported by: | rwaldron | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.9.1 |
| Component: | build | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Code should be using on/off anyway. The shorthands are just crufty.
Change History
comment:1 Changed 8 months ago by rwaldron
- Owner set to rwaldron
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to build
- Milestone changed from None to 1.9
comment:2 Changed 8 months ago by dmethvin
Me Gusta.
However, we're piggybacking on this to do the fixHooks. Perhaps we avoid the startup overhead and create some sort of eventHook[event.type] cache, only do the regex the first time we see a particular event.
comment:3 Changed 8 months ago by dmethvin
Dog-walk thought: In 2.0 we don't need a regex, we could base it on event instanceof MouseEvent etc.
comment:4 Changed 8 months ago by gibson042
We don't even need a regex now; the discrimination could be done purely by index in the static list.
comment:5 Changed 8 months ago by dmethvin
The static list is going to end up in the plugin so we couldn't depend on it being there.
comment:6 Changed 7 months ago by dmethvin
- Owner rwaldron deleted
- Status changed from assigned to open
- Milestone changed from 1.9 to 2.0
.. and by "plugin" I meant "module".
Seems like this would need to wait until 2.0 when we can reliably determine the event type, so I'm rescheduling it. rwaldron I'm bailing you out of the ticket, grab it again if you have time once we're on 2.0.
comment:7 Changed 5 months ago by dmethvin
The ajax events have similar code in ajax.js that could be moved to this "event shortcuts" module as well.
comment:8 Changed 4 months ago by Dave Methvin
- Status changed from open to closed
- Resolution set to fixed
Fix #12656. Make event shorthands excludable.
Changeset: 6f7b6915bf457c413476faefb2159df717c2c210
comment:9 Changed 4 months ago by Dave Methvin
Fix #12656. Make event shorthands excludable.
Changeset: 24e76245544537e9f085e09d15d3b08efb171b4c
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
