#8720 closed bug (worksforme)
Fix failing position test in IE8
Reported by: | Jörn Zaefferer | Owned by: | mikesherov |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | [meta] ui.dev | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://swarm.jquery.org/result/325481 Fails on Vista and 7, no XP, see https://github.com/jquery/2012-dev-summit/issues/47#issuecomment-9408635
Change History (6)
comment:1 Changed 10 years ago by
Owner: | set to mikesherov |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Milestone: | 1.10.0 → git |
---|---|
Summary: | Figure out why position tests are failing in IE8 → Fix failing position test in IE8 |
The failing test is conditionally removed in IE right now.
comment:4 Changed 10 years ago by
Component: | [meta] ui.build → [meta] ui.dev |
---|
comment:5 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
This was fixed a while ago. Can't tell when or how. Closing as 'worksforme' since we don't need it in any changelog anyway.
comment:6 Changed 9 years ago by
Actually I should have read Scott's earlier comment. The conditional removal is still there. Since we didn't change how TestSwarm runs tests (via iframe), we'll have to leave it like that.
Note: See
TracTickets for help on using
tickets.
OK, so when I can modify testswarm to the point that it no longer uses an IFRAME (https://github.com/jquery/testswarm/issues/195), but rather redirects, I can revert the changes introduced by Scott to get us green.