Modify ↓
Ticket #10630 (closed bug: fixed)
Fix focus-related test failures to resolve Swarm failures
| Reported by: | dmethvin | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7.1 |
| Component: | build | Version: | 1.7b2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When a browser window is out of focus it often fails to properly run the focus/blur-related unit tests. This creates false alarms.
Change History
comment:1 Changed 19 months ago by dmethvin
- Priority changed from undecided to blocker
- Status changed from new to open
- Component changed from unfiled to build
- Milestone changed from None to 1.7.1
comment:2 Changed 19 months ago by dmethvin
- Status changed from open to closed
- Resolution set to fixed
Fixed by removing tests triggered by browser focus. We need a better way to do this, but all solutions tend to be related to "see if focus fired the hander, then fake it if they didn't."
https://github.com/jquery/jquery/commit/fa96f4bdeedd5b134ea1923e1147b4282fa4d6fa
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
