projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5b14d
)
Bug #9458: Fix position determination of dragbar
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 20 Dec 2010 19:21:51 +0000
(12:21 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 20 Dec 2010 19:22:45 +0000
(12:22 -0700)
imp/js/viewport.js
patch
|
blob
|
history
diff --git
a/imp/js/viewport.js
b/imp/js/viewport.js
index
17a6089
..
004eef0
100644
(file)
--- a/
imp/js/viewport.js
+++ b/
imp/js/viewport.js
@@
-1184,7
+1184,7
@@
var ViewPort = Class.create({
sp.lines = this.page_size;
sp.max = this.getPageSize('splitmax');
sp.orig = this.page_size;
- sp.pos = this.opts.content.
positioned
Offset()[1];
+ sp.pos = this.opts.content.
viewport
Offset()[1];
}
this.opts.container.fire('ViewPort:splitBarStart', this.pane_mode);