Changes between Version 2 and Version 3 of Ticket #12094, comment 7
- Timestamp:
- Jul 17, 2012, 2:33:33 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12094, comment 7
v2 v3 7 7 > The idea was to try and use the native method to get similar behavior, but we can't do that easily because of delegation issues 8 8 9 for focus/blur, does that not happen just when the events are delegated? We're using direct binding — as in the demo case I posted — so the events ''should'' go through native should they not? 9 for focus/blur, does that not happen just when the events are delegated? We're using direct binding — as in the demo case I posted — so the events ''should'' go through native should they not? Or is the issue with the morphing-on-trigger, which converts the native events and blows up the ordering?