On Fri, Nov 5, 2010 at 1:55 AM, Boris Zbarsky <[email protected]> wrote: > Presenting inconsistent state to script (see the value = value example > above) is not a good idea either, though.
Doing x.value = x.value while the user is typing is *always* annoying to the user as it'll reset cursor and selection. So sites should always avoid doing that. / Jonas
