[_] onBlur/OnChange/witsEnd
Pete Fairhurst
pete.fairhurst at gmail.com
Thu Oct 4 16:33:09 BST 2007
Ack, obvious mistake! The following:
tagInputs[i].onblur = function() {
updateTag( this.parentNode);
}
--should read:
tagInputs[i].onchange = function() {
updateTag( this.parentNode);
}
That'll teach me to cry for help mid-hacking...
On 04/10/2007, mac jordan <mac.jordan at gmail.com> wrote:
>
> I feel your pain; Pete was struggling with a very similar problem and
> feeling utterly abject. Thankfully, this is for a back office, and the
> client was persuaded to use Firefox (as we pointed out how much it would
> cost in development time to try and find an IE workround).
It's good to know I'm not alone in this, then--thanks mac. And good score
on the "Firefox recommended" route! If only...
- Pete
_____________________________________________________________________
"Print is dead."
- Dr. Egon Spengler, Ghost Busters (1984)
_____________________________________________________________________