git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5999be
)
offset: do not add borders for table cells
author
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 18 Sep 2007 18:08:35 +0000
(18:08 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 18 Sep 2007 18:08:35 +0000
(18:08 +0000)
src/offset.js
patch
|
blob
|
history
diff --git
a/src/offset.js
b/src/offset.js
index
f59fb9b
..
20805de
100644
(file)
--- a/
src/offset.js
+++ b/
src/offset.js
@@
-43,7
+43,7
@@
jQuery.fn.offset = function() {
// Mozilla and Safari > 2 does not include the border on offset parents
// However Mozilla adds the border for table cells
- if ( mozilla && /^t[d|h]$/i.test(parent.tagName) || !safari2 )
+ if ( mozilla && !/^t[d|h]$/i.test(offsetParent.tagName) || safari && parseInt(version) >= 522 )
border( offsetParent );
// Safari <= 2 doubles body offsets with an absolutely positioned element or parent