Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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:
Blocked by: Blocking:

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 (2)

comment:1 Changed 11 years ago by dmethvin

Component: unfiledbuild
Milestone: None1.7.1
Priority: undecidedblocker
Status: newopen

comment:2 Changed 11 years ago by dmethvin

Resolution: fixed
Status: openclosed

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

Note: See TracTickets for help on using tickets.