projects
/
m17n
/
m17n-lib-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88e231
)
*** empty log message ***
author
handa
<handa>
Tue, 16 Mar 2010 00:11:44 +0000
(
00:11
+0000)
committer
handa
<handa>
Tue, 16 Mar 2010 00:11:44 +0000
(
00:11
+0000)
xex.js
patch
|
blob
|
history
diff --git
a/xex.js
b/xex.js
index
a02d54a
..
a7ed176
100644
(file)
--- a/
xex.js
+++ b/
xex.js
@@
-6,6
+6,8
@@
var Xex = {
{
if (! Xex.LogNode)
return;
+ if (typeof indent == 'number')
+ return;
if (! arg)
Xex.LogNode.value = '';
else
@@
-13,7
+15,7
@@
var Xex = {
var str = '';
if (! cont)
{
- Xex.LogNode.value += "\n";
+ str = "\n";
if (indent != undefined)
for (var i = 0; i <= indent; i++)
str += ' ';
@@
-3314,7
+3316,8
@@
MIM.focus_in = function (event)
}
Xex.Log ("Focus in " + target.tagName);
ic.Filter (MIM.Key.FocusIn);
- MIM.update (target, ic);
+ function up () {MIM.update (target, ic);}
+ setTimeout (up, 100);
}
MIM.focus_out = function (event)