Lines Matching full:click
1682 <radar://problem/4364427> triple-click includes first item on next line (www.apple.com, but I think I've seen it elsewhere)
1979 REGRESSION: selection keeps growing after double-click
2591 text box in nested table disappears when you click on it (3452)
5994 (DOM::HTMLInputElementImpl::click):
6381 in nested table disappears when you click on it (3452) (Safari
6561 disappears when you click on it (3452) (Safari PSOFT: US
7325 Unreproducible - Assertion failure in isEqualIgnoringAffinity on double-click
9416 - fixed <rdar://problem/4304213> sometimes have to click twice to jump to top, on href=""
9482 (DOM::HTMLInputElementImpl::click):
19671 - fixed <rdar://problem/4211999> Safari quits when click-drag-hold an image that is
19817 (2) For synthetic events delivered when the click() method is invoked, the values are simply set to 0
19822 (3) onclick now exactly matches the DOM "click" event definition. This means that onclick will now
19823 fire on every single click (regardless of the click count), and onclick will now be considered the same
19824 event as "click", meaning addEventListener "click"s and onclicks can interleave and work correctly during
19826 the onclick and ondblclick events are mutually exclusive, with click representing an odd clickCount and
19830 remains a separate synthetic event that fires independently of click with a clickCount of 2. This also
19853 (HTMLElementImpl::click):
21770 (HTMLElementImpl::click):
21901 Fix for bugzilla bug 4573, make sure click() fires CLICK and not KHTML_CLICK,
21902 so that the click() method on checkboxes actually works.
21915 (HTMLElementImpl::click):