Changeset 52bd7bf in github
- Timestamp:
- Sep 30, 2009 12:09:25 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- bf1b66bf
- Parents:
- 4f420b9
- File:
-
- 1 edited
-
skins/default/splitter.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/splitter.js
rf9aeecd r52bd7bf 76 76 if (bw.ie) 77 77 { 78 var new_height = (parseInt(this.p2.parentNode.offsetHeight) - parseInt(this.p2.style.top) );78 var new_height = (parseInt(this.p2.parentNode.offsetHeight) - parseInt(this.p2.style.top) - (bw.ie8 ? 2 : 0)); 79 79 this.p2.style.height = (new_height > 0 ? new_height : 0) +'px'; 80 80 } … … 229 229 if (this.horizontal) 230 230 { 231 var new_height = (parseInt(this.p2.parentNode.offsetHeight) - parseInt(this.p2.style.top) );231 var new_height = (parseInt(this.p2.parentNode.offsetHeight) - parseInt(this.p2.style.top) - (bw.ie8 ? 2 : 0)); 232 232 this.p2.style.height = (new_height > 0 ? new_height : 0) +'px'; 233 233 }
Note: See TracChangeset
for help on using the changeset viewer.
