Changes between Initial Version and Version 1 of Ticket #8157, comment 15
- Timestamp:
- Aug 3, 2011, 8:44:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8157, comment 15
initial v1 1 The problem comes from from `jQuery.event.special.change.filters.f ilter` being the same as the `beforeactivate` filter. If the focus filter simply checked to see if the target is the activeElement and bailed if it was, that'd probably fix this.1 The problem comes from from `jQuery.event.special.change.filters.focus` being the same as the `beforeactivate` filter. If the focus filter simply checked to see if the target is the activeElement and bailed if it was, that'd probably fix this.