projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f3884
)
Fixed problem with unscrollable content in larger popup windows.
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Wed, 3 Aug 2011 11:09:01 +0000
(13:09 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Wed, 3 Aug 2011 11:09:01 +0000
(13:09 +0200)
js/inserts.js
patch
|
blob
|
history
diff --git
a/js/inserts.js
b/js/inserts.js
index 022ce50990f9bd81ac2c1101e7929ef5f1298b70..a4207dec48bfbd47ad662b154c08cd6d32974f44 100644
(file)
--- a/
js/inserts.js
+++ b/
js/inserts.js
@@
-169,7
+169,7
@@
function callEditor(key) {
var el = document.getElementsByName(editors[key][1])[0];
if(_w) _w.close(); // this is really necessary to have window on top in FF2 :/
_w = open(editors[key][0]+el.value+'&popup=1',
- "edit","
Scrollbars=0
,resizable=0,width="+editors[key][2]+",height="+editors[key][3]);
+ "edit","
scrollbars=yes
,resizable=0,width="+editors[key][2]+",height="+editors[key][3]);
if (_w.opener == null)
_w.opener = self;
editors._call = key; // store call point for passBack