Opened 11 years ago
Closed 11 years ago
#11441 closed bug (fixed)
Test failure in Safari 5, Support property reliableMarginRight is different
Reported by: | Owned by: | mikesherov | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | support | Version: | 1.7.2b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Running the tests in Safari 5.0.5 on Mac OS X 10.6.8 I saw this failure:
Support property reliableMarginRight is different Expected: true Result: false Diff: true false
Change History (6)
comment:1 Changed 11 years ago by
Component: | unfiled → support |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
Version: | git → 1.7.2b1 |
comment:2 Changed 11 years ago by
I just realized... Safari 5.0.x is not supported. Safari Current -1 would be: 5.1.2 and 5.1.3 (covers latest mobile safari and desktop)
comment:3 Changed 11 years ago by
Status: | pending → new |
---|
http://docs.jquery.com/Browser_Compatibility says "jQuery actively supports these browsers:"..."Safari 5.0.x"
But perhaps that page is just out of date. :)
comment:5 Changed 11 years ago by
Owner: | changed from [email protected]… to mikesherov |
---|---|
Status: | new → assigned |
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.
checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5.
Changeset: 551f8510d516753a803f8d231138f82544dcb45a
We do not currently have support verification tests for safari 5.0.5. Are you sure you are running the current test suite on the master branch?