Lines Matching full:button
110 <rdar://problem/3171929>: Safari picks a different button in a
111 form when you hit return if the first button has no name
112 <rdar://problem/3200386>: investigate which button is activated
956 - fixed 3449405 - REGRESSION: reproducible crash changing focus w/ button on page, e.g. on www.aa.com
1272 <rdar://problem/3446323>: Using keyboard to work popup button select form
1613 mouse clicks in elements. Used to trigger button actions in response to
1624 button click programatically for button types. For <input type=image>,
1627 (-[KWQButton becomeFirstResponder]): Fixes the button scroll to visible when
1630 into the page body when a button has the focus.
1973 <rdar://problem/3439736>: WebCore form button widgets do not accept focus
1974 <rdar://problem/3440770>: WebCore form button widgets do not take part in tabbing order
2758 flipped version of file button NSControl.
3471 - fixed 3343681 -- clicking on a disabled submit button submits the form!
3612 - fixed 3375270 -- writing to frame parent from a button press crashes in viewportMousePressEvent
4218 by rolling out old fix for 3158411 -- radio button groups are supposed to be per-form
5957 (RenderSubmitButton::rawText): Convert button label to use yen sign.
6030 (QButton::clicked): Don't call clicked if the button was destroyed inside of sendConsumedMouseUpIfNeeded.
6036 - fixed 3279206 -- REGRESSION: new page does not load after selecting item from list and hitting 'Go' button
6159 patch) that we also properly update the radio button array in
8518 - fixed 3158411 -- radio button groups are per-form in WebCore, per-page in other browsers (flyglobespan.com)
8544 (DocumentImpl::addCheckedRadioButton): Uncheck the old radio button with this name, if any.
8545 Store the new radio button in the "checked radio buttons" map.
8546 (DocumentImpl::removeCheckedRadioButton): Remove the radio button from the map.
8602 focus when you clicked on a button.
9291 Fix for the Search button cutoff on livepage.apple.com We
9688 - fixed 3169064 - can't search at lonelyplanet.com; onSubmit handler fails due to problem addressing radio button
11936 3171982 - REGRESSION: onClick handlers run twice when button pressed (DSLReports.com forums)
12026 2938062 Mouse cursor does not change to link cursor over non-button form submission controls
15604 3098388 - Pressing the back button goes back two levels at allmusic.com
15707 JavaScript-submitted forms must not get a submit button activated as return-key-submitted ones do.
15712 (HTMLFormElementImpl::submit): Only activate a button if activateSubmitButton is true.
15819 button, and unlike a submit element, it doesn't require a name because it will just submit
16197 the return key to submit rather than clicking the submit button. We are also
16497 3098388 - Pressing the back button goes back two levels at allmusic.com
16581 The problem was on c/r khtml would not pick a submit button to add to the
16582 form state that is sent. We now "activate" the first submit button that meets the
16583 criteria for being a "successful" form element, if no button was already
16589 (HTMLFormElementImpl::submit): Pick a submit button to use, if none was already
16592 submit button selection.
16596 submit button selection.
18619 right mouse button and other mouse button.