Lines Matching full:click
829 Makes DOM attribute editing start on double-click to match the styles
830 pane. Links in attributes are now triggered with a single click again.
858 on the first click where future clicks will cancel it (double click).
1182 Modifiy the cursor interactively when on panning mode (middle click auto scroll)
2120 <rdar://problem/6095023> "When pan-scrolling, mouse click on hyperlink stop the pan-Scroll but follow the link after that."
2151 Test: media/video-click-dlbclick-standalone.html
3610 [PFR] <rdar://problem/6080639> New middle click
3615 (WebCore::RenderLayer::panScrollFromPoint): Differentiate the speed within a 200 pixel side square, around the original click location to the speed for farther distances. This way we allow easyier handle when we are close to the center and very fast scrolling when we go far from the original point.
5772 Add the middle click panning feature to the windows release.
5810 (WebCore::RenderLayer::panScrollFromPoint): Receives the Middle click location and retrieves the currentMouse position from the EventHandler. With these informations it computes the direction to scroll to and the speed then calls for the final scroll.
18778 if the event is not a double-click. When it is a double-click, determine
19874 (WebInspector.loaded): Add a click event listener to the
24060 not just mouse down, set the click count to 0
24061 for non-click events, and finally set the timestamp.
25745 Prevent middle-click from triggering open URL from clipboard when the event has already been accepted.
25756 Right click context menu is now supported, along with
25757 middle click to center slider thumb over mouse cursor.
25946 Hovering and click-draging outside of the scrollbar would
26411 Fix propagation of mouse double click events.
26413 Treat a mouse double click as a regular mouse press with just a different click count.
33075 No one else calls dispatchSimulatedMouseEvent() currently and this is really a click() specific behavior.
41594 Previously, we started editing on double-click regardless of the
41597 URLs in the DOM tree are now followed on Alt/Option-click, rather than
41598 on just click.
41609 that Alt/Option-click will follow the URL, and sets the
42275 1) The entire URL is selected for editing when you double-click a URL
42383 This patch makes text nodes editable via double-click.
42645 This patch makes DOM attributes editable via double-click.
46467 Test: fast/loader/meta-refresh-anchor-click.html
54445 <rdar://problem/5708115> REGRESSION: Words selected with a double click and copied won't paste into Mail
62799 - fix <rdar://problem/5605937> Inspector: Disclosure triangle not drawn in node's properties panel until click
63606 and change the click handler to look for a link with the
65603 in response to either mouse click or key press events.
70757 This happens if we destroy a RenderLayer as the result of a click. In the
70968 * manual-tests/context-click-unfocused-frame.html: Added.
71744 Toggle the resource headers only if the click happens on the
73027 Bug 16007: REGRESSION: Disclosure triangle click zone for resource categories is off by 10 pixels
73030 Makes the click width an option on TreeElement and make ResourceCategoryTreeElement
73031 a true subclass of TreeElement. The click width for ResourceCategoryTreeElement is
73784 - fix <rdar://problem/5551163> REGRESSION: Cursor does not change to arrow on "X" button in google maps, making it hard to click
74485 If the click occurred in an active link, selects the entire link
74630 send a click event to the focused button when the Enter key is pressed
74640 click event like we do for other button types.
74643 the same way we treat type=submit and type=reset: just send a click
75217 * page/inspector/treeoutline.js: No longer expand on double click if ondblclick is implemented.
75223 property. Also expand the DOM node on double click now that the TreeOutline dosen't do it.