[Proto-Scripty] Re: Pulse effect sometimes stopping on darkened version

2010-01-01 Thread evilC
Thanks for that walter. I played around and it seemed that even if you queue pulstes, you can run into issues. The solution I found in the end is instead of queueing pulsates, queue an opacity effect of 0.1 duration, from 1 to 1. Queueing the pulsate is annoying anyway, as if you spam the link, it

[Proto-Scripty] Autocompleter keydown vs keypress issues

2010-01-01 Thread Jill Elaine
In controls.js v1.8.3, the line, Event.observe(this.element, 'keydown', this.onKeyPress.bindAsEventListener(this));, 'hears' KEY_SHIFT, apparently (?). This causes query to run, indicator to show, and callbacks to fire. To recreate behavior, when focus in on autocomplete field, use KEY_SHIFT +