translate.js icon indicating copy to clipboard operation
translate.js copied to clipboard

improve UI in browser demo

Open Marak opened this issue 15 years ago • 2 comments

lets add some intent to the form inputs and trigger the translation to work on keypress and select box changes.

"intent" means adding a delay in firing the event associated with keypress, etc, and grouping them so that we don't spam ajax requests. we can't map keypresses to ajax requests 1:1.

Marak avatar Jul 03 '10 02:07 Marak

it looks like this might be solved by http://github.com/helpmepro1/translate.js/commit/35340ed19b52ceab6ec2385bf64c034e165f2d58

will check tonight and merge

Marak avatar Jul 03 '10 21:07 Marak

started to implement this, will try to push later this week

Marak avatar Jul 07 '10 01:07 Marak