mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
17523934 * 사파리/크롬에서 스크롤바 두께관련 수정된 코드 복원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5070 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1eeaeada66
commit
141e8d99f2
1 changed files with 1 additions and 2 deletions
3
common/js/jquery-1.2.6.js
vendored
3
common/js/jquery-1.2.6.js
vendored
|
|
@ -1344,8 +1344,7 @@ jQuery.each([ "Height", "Width" ], function(i, name){
|
||||||
jQuery.browser.opera && document.body.parentNode[ "client" + name ] ||
|
jQuery.browser.opera && document.body.parentNode[ "client" + name ] ||
|
||||||
|
|
||||||
// Safari reports inner[Width/Height] just fine (Mozilla and Opera include scroll bar widths)
|
// Safari reports inner[Width/Height] just fine (Mozilla and Opera include scroll bar widths)
|
||||||
// 사파리/크롬에서 스크롤바 두께를 강제적으로 제거하여 반환
|
jQuery.browser.safari && window[ "inner" + name ] ||
|
||||||
jQuery.browser.safari && window[ "inner" + name ] - 16 ||
|
|
||||||
|
|
||||||
// Everyone else use document.documentElement or document.body depending on Quirks vs Standards mode
|
// Everyone else use document.documentElement or document.body depending on Quirks vs Standards mode
|
||||||
document.compatMode == "CSS1Compat" && document.documentElement[ "client" + name ] || document.body[ "client" + name ] :
|
document.compatMode == "CSS1Compat" && document.documentElement[ "client" + name ] || document.body[ "client" + name ] :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue