Changes between Version 1 and Version 2 of Ticket #12094, comment 7
- Timestamp:
- Jul 17, 2012, 2:31:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12094, comment 7
v1 v2 2 2 3 3 Sure, and that's how we fixed it, but it's rather frustrating to look for fuck-ups in your code, and end up realizing select's broken after all, in a way which diverges from all native behavior. 4 5 edit: although 6 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 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?