Home | History | Annotate | Download | only in WebCore

Lines Matching full:button

2258         Now that radio button has no corresponding QWidget, move its click handling case down to match
2290 Add the radio button case to these methods.
2337 The implementation of radio button accessibility. Identical to checkbox (just a different role).
2341 Removed the old radio button files for QRadioButton.
5349 This patch significantly improves the performance of radio button groups and enables consistent tabbing
5364 checked button in each radio group owned by the form.
5367 A notification that is called when a radio button becomes checked.
5370 Returns the current checked radio button for a given named group.
5373 Clears out the checked radio button for a given named group.
5398 only be focused if no button within the group is checked.
5401 Make sure to remove a checked radio button from the form's radio button hash if the type is changed
5405 Revised to update the form's hash when a radio button gets checked and to also prevent unnamed radio
5409 Add support for arrow key navigation through radio button groups. Fix space behavior so that an unselected
5485 Test cases added: getting and setting button.value
7716 and the HTML4 button!)
8138 by a text field (as opposed to a button, slider, etc.). I could have put this method
16037 the space bar and the Enter key and make Enter submit the form on a check box or radio button.
20104 - fixed <rdar://problem/3871669> no focus or blur methods on HTML button elements
20391 - fixed <rdar://problem/4057594> REGRESSION (125-406): Unrepro crash in HTMLTokenizer::allDataProcessed after hitting Back button
25161 <rdar://problem/3850876> AX: button exposed as only an AXImage at http://appleseed.apple.com/ site (<input type=image>)
29152 - fixed <rdar://problem/3760869> click events for input type=button
29668 (-[KWQButton sendConsumedMouseUpIfNeeded]): Check button for nil instead of checking target.
29671 (-[KWQButton becomeFirstResponder]): Added check to handle when button is 0.
29779 (KHTMLPart::setFocusNodeIfNeeded): This function would clear the selection if a <button>
29784 focus on a DIV containing a button or image with content on either side of it in the
34713 - fixed <rdar://problem/3811584> REGRESSION (85-125): iframe.document undefined in function called from button onclick; works from img onclick
37505 button load a form in another frame
43979 (-[DOMMouseEvent button]): Implemented.
45523 - fixed <rdar://problem/3636566>: "space bar on a form button hits default button instead (autorestore.apple.com)"
45601 (-[DOMMouseEvent button]):
47815 - fixed <rdar://problem/3608978>: dual <map> means you can't select the enter site button at jurassicpark.com (same problem in MacIE, works in Netscape)
48307 the magnifying glass search button, the ability to specify the maximum number of results, the ability to specify an incremental
51176 the button is highlighted (which indicates the menu is showing).
53235 - fixed 3529943: REGRESSION (119-120): nil-deref in KHTMLPart::javaEnabled when hitting back button
53388 - fixed <rdar://problem/3484465>: REGRESSION (118): button click does
53395 Removed nodeimpl == nil test that was preventing button/link clicks
53717 - fixed <rdar://problem/3510459>: REGRESSION (100-113): Pressing button at google.com
53727 webview itself be first responder, but clicking on a button won't).
53755 * kwq/KWQFileButton.mm: (KWQFileButton::click): Added. Calls performClick on the file button.
55452 (QMouseEvent::button): Use a cast here since the field is now int.
55457 (QKeyEvent::QKeyEvent): Removed type and button state parameters, now unneeded.
55484 above to compute the button and state.
55487 the button state based on the event too.
55718 Fix for 3485779, <input type=image> and <button> should not be mouse focusable.
55720 Fix for 3485795, <input type=image> and <button> are being treated like links when they should not be.
55722 Fix for 3485817, <input type=image> and <button> should obey full keyboard access mode.
56417 here. Except for now get the type, button state, and auto repeat flag from the caller
56527 to Cocoa button programmatic click function to get user interface
56528 feedback for button elements, and calls through to the superclass
56915 submit button by hitting return (cocoadev.com)
57102 (DOM::MouseEventImpl::button): Ditto.
57435 sides of the file button implementation, replacing notifications
57733 form without running onclick handler for submit button
57739 for a submit button, and merged this code into new performSubmitClick.
58654 Make <button> be an inline-block.