Side navigation
#12534 closed bug (fixed)
Opened September 13, 2012 10:31PM UTC
Closed September 13, 2012 10:48PM UTC
.offset() throws an error on BlackBerry5 and iOS3
Reported by: | dmethvin | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.2 |
Component: | offset | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After the slimming done for jQuery 1.8.0 we lost the try/catch that used to be around the call to getBoundingClientRect. Rather than throw an error on these older browsers, let's return 0,0 so they can at least stumble along.
Attachments (0)
Change History (2)
Changed September 13, 2012 10:32PM UTC by comment:1
component: | unfiled → offset |
---|---|
milestone: | None → 1.8.2 |
priority: | undecided → blocker |
status: | new → open |