projects
/
infodrom
/
rico3
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e03d49
)
Apply filter after changing the filter input element
author
Joey Schulze
<joey@infodrom.org>
Mon, 21 Sep 2015 10:33:47 +0000
(12:33 +0200)
committer
Joey Schulze
<joey@infodrom.org>
Mon, 21 Sep 2015 10:33:47 +0000
(12:33 +0200)
This improves usability when using the mouse for pasting
minsrc/ricoLiveGrid.js
patch
|
blob
|
history
diff --git
a/minsrc/ricoLiveGrid.js
b/minsrc/ricoLiveGrid.js
index
4087336
..
e7c726b
100644
(file)
--- a/
minsrc/ricoLiveGrid.js
+++ b/
minsrc/ricoLiveGrid.js
@@
-811,6
+811,7
@@
Rico.LiveGridMethods = {
col.lastKeyFilter=v;
}
Rico.eventBind(field,'keyup',Rico.eventHandle(col,'filterKeypress'),false);
+ Rico.eventBind(field,'change',Rico.eventHandle(col,'filterKeypress'),false);
col.filterField=field;
\r
break;
\r
case 'm':