Hello! Several comments on 5.6 Command APIs...
1) Typo: "insertOrderedList" is listed as a heading twice. The second
instance should be "insertUnorderedList".
2) What's happened to the commands "indent" and "outdent"? Without
these, it's impossible to make a list of more than one level de
On Mon, 10 Mar 2008 19:49:21 +0100, Antti Koivisto <[EMAIL PROTECTED]> wrote:
WebKit, Firefox and IE all implement a protection mechanism against re-
entering click() on the same element:
Opera had the same restriction. We now limit it at 50 or so... I think
we're fine either way though.
Hi,
WebKit, Firefox and IE all implement a protection mechanism against re-
entering click() on the same element:
WebKit (and based on testing Firefox) make click() a no-op when
invoked as a result of a click event generated by calling click() on
the same element. For IE this seems to be