Lines Matching full:click
2257 (DOM::HTMLInputElementImpl::click):
2258 Now that radio button has no corresponding QWidget, move its click handling case down to match
2329 to check/uncheck radio buttons and checkboxes prior to the click event being sent into the DOM.
5528 (DOM::HTMLInputElementImpl::click):
5736 (HTMLElementImpl::click):
7304 (a) If you mouse down (or click, double click, triple click) inside a "none" region, the selection should not be cleared or changed
7308 This feature fixes the big contenteditable issue and selection is no longer cleared now when you click on these controls (or on links). This behavior matches other browsers.
7776 (DOM::HTMLInputElementImpl::click):
15587 * khtml/html/html_formimpl.cpp: Eliminated HTMLButtonElementImpl::click. HTMLButtonElementImpl now inherits HTMLElementImpl::click.
15674 With this change and the matching WebKit change we'll still stop loading the moment you click
20382 Top of the box containing the text where the click is done is correct. Also, add in the x-offset for the start
20486 (HTMLInputElement::click):
20488 (HTMLElementImpl::click):
20493 (DOM::HTMLButtonElementImpl::click):
20495 (DOM::HTMLInputElementImpl::click):
20507 (RenderFileButton::click):
20514 (-[DOMHTMLInputElement click]):
20517 (QButton::click):
20520 (KWQFileButton::click):
20524 Add click() parameter about whether to send the mousedown and mouseup events in addition to the click event.
20528 Locate a mousedown, mouseup, or click handler in the current element and its ancestors.
20719 - preserve selection on double-click when range is already selected
21959 Fixed: <rdar://problem/3992803> Cannot navigate through list items with the keyboard, you're stuck in the same <li> block unless you click out
23111 Fixed <rdar://problem/3985579> 8A367: Dashboard: Stock widget not visible when click remove to remove single char ticker symbol
23133 <rdar://problem/3959996> REGRESSION (Mail): cursor moves to beginning of document when click is past end
23234 - fixed <rdar://problem/4013986> REGRESSION (173-174): onclick event not sent when mouse click on checkbox is double-click
23236 We need to send an onclick event *and* an ondblclick event when we process a double click.
23239 follow it by a KHTML_CLICK_EVENT, a KHTML_DBLCLICK_EVENT when handling a double click, and a DOMACTIVATE_EVENT.
24447 <rdar://problem/3991532> REGRESSION (Mail): Triple-click on trailing blank line should select previous line but doesn't
24460 <rdar://problem/3991848> Double-click on first character selects wrong item
24975 Fixed: <rdar://problem/3983628> control-click on WebView is not selecting the word under the cursor (Mail, non-editable WebView)
25208 - fixed <rdar://problem/3980066> Double-click on single character moves insertion point to previous line
25221 (khtml::Selection::validate): Rewrote the section that handles double-click. Two main fixes: 1) use isStartOfLine to
27316 <rdar://problem/3888931> frame naming allows malicious site to bring up a window when you click on a link in another
27554 <rdar://problem/3924934> REGRESSION: double click at end of line selects start of next line
27775 <rdar://problem/3924930> REGRESSION: triple click does not select to end of line
29139 the wrong type of NSEvent. Required for cases where a keyboard event causes a "click" and we need
29152 - fixed <rdar://problem/3760869> click
29161 Made the click count getter const and added an isDoubleClick that matches the logic used elsewhere.
29166 (QMouseEvent::fixState): Compute state and click count based on event type.
29497 <rdar://problem/3668157> REGRESSION (Mail): shift-click deselects when selection was created right-to-left
33172 - fixed <rdar://problem/3658277> REGRESSION (1.1-1.2): form submission should either not simulate a click at all or use (0,0) the way Mozilla does
33174 * khtml/html/html_elementimpl.cpp: (HTMLElementImpl::click): Use 0,0 for the coordinates.
33664 (KHTMLViewPrivate::KHTMLViewPrivate): Initialize the click node to 0.
33665 (KHTMLViewPrivate::~KHTMLViewPrivate): Deref the click node.
33666 (KHTMLViewPrivate::reset): Clear the click node.
33668 reduce the chance that we'll hold on to an old click node for a long time. Set the click node to
33670 (KHTMLView::viewportMouseDoubleClickEvent): Only send a click even if the node is the same one from
33671 the original click. Call invalidateClick when done to reduce the chance that we'll hold on to an
33672 old click node for a long time.
33673 (KHTMLView::invalidateClick): Clear the click node.
33674 (KHTMLView::viewportMouseReleaseEvent): Only send a click even if the node is the same one from
33675 the original click. Call invalidateClick when done to reduce the chance that we'll hold on to an
33676 old click node for a long time.
34975 Fixed: <rdar://problem/3811187> REGRESSION (Mail): Control-click past end of document does not spell check last word
35512 - fixed <rdar://problem/3735055> REGRESSION (Mail): WebCore double click rules treat style change as a boundary
35515 - fixed <rdar://problem/3806604> REGRESSION (164): Triple-click sometimes selects extra characters
35516 - fixed <rdar://problem/3806996> REGRESSION (125-162): Triple-click in <pre> tagged text behaves oddly (leuf.net)
36113 Fixed: Control-click shouldn't cause deselect when clicking selection.
36131 Fixed: <rdar://problem/3783595> REGRESSION (Mail): control-click does not select closest word
36286 <rdar://problem/3790456> triple click does not select entire paragraph (folklore.org)
36297 (KHTMLPart::handleMousePressEventDoubleClick): Don't limit double-click and triple-click handling only to text nodes.
36624 - fixed <rdar://problem/3157025> REGRESSION (Mail): Should select paragraph instead of line on triple-click
36625 - fixed <rdar://problem/3735048> REGRESSION (Mail): HTML editing must select newline on triple click
37504 - improved multiple submit logic in preparation for making command-click on a form
40910 wind up here as part of the first click in a window (because we started handling
40911 the click to possible start a drag, but that never came through).
40986 3699510 - synthesized click events have bogus screen coords
41523 Just need to take extra care to cancel any click handling in
42842 Extra height is added to empty blocks that are editable, so we can click to place
43679 Moved use of single-click boolean outside the scope of the "block exceptions" macros.
43688 (KWQKHTMLPart::khtmlMousePressEvent): if the click count is greater than 1, don't allow drags
43689 (KWQKHTMLPart::khtmlMouseMoveEvent): allow drags to occur even if the selection was originally created via double or triple click
43927 - fixed <rdar://problem/3259919>: (Shift click should extend selection)
43932 (KHTMLPart::handleMousePressEventDoubleClick): Set m_beganSelectingText if the double-click
43937 "by character". We only want to do that if we start selecting with a single click.
43940 click to check the m_beganSelectingText boolean so it won't run when you shift-click, for example.
45358 click code after repeatedly click/drag selecting text"
45527 click the form element itself in the case of elements other than text input ones.
47209 click in an empty block.
47212 (RenderReplaced::checkSelectionPointIgnoringContinuations): Now can place caret with a click
47216 (InlineTextBox::checkSelectionPoint): Now can place caret with a click in text on a line made "tall"
47660 (HTMLInputElementImpl::click):
48035 (HTMLGenericFormElementImpl::isMouseFocusable): Check click focus bit instead of different modes.
48383 (HTMLInputElementImpl::click):
48946 (-[HTMLInputElement click]):
53350 Double click to select text in form broken
53388 - fixed <rdar://problem/3484465>: REGRESSION (118): button click does
53741 - fixed 3311205: click() on a file input type form element does not work bring up the file chooser as it does in IE
53744 (HTMLInputElementImpl::click): Add a case for FILE that calls RenderFileButton's click() function.
53746 (HTMLInputElementImpl::accessKeyAction): Change FILE from just focus to focus/click.
53748 * khtml/rendering/render_form.h: Added a click() function to RenderFileButton.
53752 (RenderFileButton::click): Added. Calls click() on KWQFileButton.
53754 * kwq/KWQFileButton.h: Added a click function.
53755 * kwq/KWQFileButton.mm: (KWQFileButton::click): Added. Calls performClick on the file button.
56474 (HTMLButtonElementImpl::click): Implemented. Missed this in my earlier patch.
56475 (HTMLButtonElementImpl::accessKeyAction): Added. Focus and click.
56481 (HTMLAnchorElementImpl::accessKeyAction): Added. Focus and click.
56494 (DOM::ElementImpl::accessKeyAction): Added. Send a click to the element.
56520 (HTMLElementImpl::click): Implemented a programmatic click function for
56524 (HTMLFormElementImpl::submitClick): Implemented a programmatic click function for
56526 (HTMLInputElementImpl::click): This implementation calls through
56527 to Cocoa button programmatic click function to get user interface
56531 * khtml/html/html_inlineimpl.cpp: Removed click() function for anchors.
56624 <rdar://problem/3480173>: Too many names for programmatic click functions
56626 Changed all instances of performClick() and simulateClick() to click().
56639 (HTMLAnchorElementImpl::click):
56645 (QButton::click):
57562 a click event to the node.
57568 click.
58286 (KWQKHTMLPart::khtmlMousePressEvent): Remove focus when you click in