Lines Matching full:button
7955 button text is clipped out
8610 <rdar://problem/5333496> Back button stopped working on sfgate.com (14957)
8783 <rdar://problem/5349755> text-align affects <select> button but not its drop-down menu
9247 the same WebCore run rounding behavior that is used to draw it in the popup button.
10625 has an endpoint in the delete button DOM, because it removes that DOM
10633 the DOM added for the delete button.
10638 removing the delete button, so the endpoint is where the delete button was,
10643 get at the delete button before calling commonAncestorContainer. Call
10645 button interface before calling disable() which will remove it from the
10653 delete button user interface, and return the empty string for those cases.
11491 button even when moving the mouse.
12021 been called anyway. This keeps the appropriate button checked as
12940 (WebCore::DeleteButtonController::show): Make the container node, and append the button and outline elements.
12974 (WebCore::RenderTextControl::controlClipRect): Added a control clip so the search field's cancel button and magnifier glass
13798 <rdar://problem/5350019> REGRESSION: Pages on milliyet.com are added to Back list when visited, causing Back button to just reload
14066 This made the container element redundant, so it has been removed. Now the outline element and the delete button
14072 (WebCore::DeleteButtonController::hide): Remove the button and outline from the target element.
14518 This also fixes another bug where removing a checked radio button that does not have a
14519 containing form would not remove the radio button from the checked radio buttons map,
14639 - fix <rdar://problem/5126394> REGRESSION: Crash after clicking back button in test application (13250)
14694 clicking back button in test application (14337)
16368 REGRESSION: Clicking a <button> clears the selection in contenteditable areas
16740 Test: http/tests/misc/post-submit-button.html
17857 crash because the next node is the div that holds the delete button
18538 Test: fast/forms/button-state-restore.html
19162 Draw menulist (comboboxes) without text overlap on the button.
21691 Remove assert for now as it is causing the back button to not
23247 Fix http://www.tvguide.com/ "LAUNCH VIDEO & PHOTO PLAYER" button.
23322 <rdar://problem/5131528> play button on Flash in ESPN front page does not start movie
23596 we will match the button text.
24235 plugin we weren't passing on the mouse button state.
24784 Changed the file upload button to say "Choose File" to match Mac.
25925 Implemented square button look.
26693 Implemented drawing button states and control sizes.
27794 right mouse button
28917 Added button element
28918 Ported AppKit's oval button drawing code
29518 Fix: <rdar://problem/4799084> Text and dropdown button too close
29531 padding between the dropdown button and text.
30088 popup will always line up with the dropdown button in the <select>.
30110 (WebCore::RenderThemeWin::paintMenuList): Draw the dropdown button on
30113 for the dropdown button being on the left in RTL.
30958 Set the correct button for WM_MOUSEMOVE events.
31121 Let Windows determine which mouse button is pressed.
31125 parameter to determine which mouse button is pressed.
34419 REGRESSION: Popup button text should use "natural" directionality to match the items in the popup menu
34738 The search button draws a popup arrow depending on whether the
35930 REGRESSION: An empty search field can have a cancel button
35932 Test: fast/forms/search-cancel-button-style-sharing.html
35936 the cancel button style between search fields that share style, because
35937 each search field mutates the style to show and hide the cancel button.
37056 REGRESSION(r21467): Active selection remains in text field after clicking on a button
37899 we will ignore those settings in the button to match the way the text is displayed in the popup menu.
38361 - fixed <rdar://problem/5201758> REGRESSION: Stop button enabled and other problems caused by [WebView currentURL] returning non-nil for empty window
38628 Fix for <rdar://problem/5200081> Repro crash in PopupMenu::show clicking popup menu button after reload
38898 the element itself, or the contained button element. This method
40343 (WebCore::RenderThemeMac::button):
41558 Test: fast/events/no-blur-on-enter-button.html
41561 Don't blur the button when handling the enter key. This matches our new behavior for input elements.
41567 Fix for <rdar://problem/5152299> REGRESSION: <button> elements do not respond to space and return key as similar <input> elements do
41570 fast/forms/button-spacebar-click.html
41571 fast/forms/button-enter-click.html
41578 (WebCore::HTMLButtonElement::defaultEventHandler): Removed unnecessary check for button type.
41579 Added cases to handle spacebar and enter keys in the same way that they're handled for <input type=button/reset/submit> buttons.
43002 <rdar://problem/4938364> Attachment button has different string length between attributeStringForRange and stringForRange
43377 REGRESSION (r18819): Incomplete repaint of button text
45283 Check that the mousedown and mouseup are not with the right button before performing default behavior.
47754 We were matching a WinIE quirk that does not allow a user to check and uncheck an unnamed radio button. But they still
47761 (WebCore::HTMLInputElement::setChecked): Don't check for the unnamed radio button case here.
50779 Reset mouse down/drag state variables on mouse button release
54644 (WebCore::RenderThemeMac::button):
54679 Fix for Radar 4981605, regression where button grows randomly when a select is
56060 REGRESSION: button title is displayed incorrectly at quotes.burntelectrons.org
58296 block LTR so that the results button will be on the left and the cancel
58297 button will be on the right.
58312 REGRESSION (SearchField): Dragging across the text and releasing over the clear button clears the field
58314 Test: fast/forms/search-cancel-button-mouseup.html
58316 Made the cancel button capturing.
59055 PlatformMouseEvent no longer lies about button state, however
59255 - fixed <rdar://problem/4751164> REGRESSION: Safari places text on incorrect button when returning to a page via back [10541]
60254 Provide Classic mode fallbacks for the button/textfield drawing
62144 as simple as possible, rather than doing as much of the button job as possible.
62607 NativeFileUpload: Button text is not grayed out when the control is disabled
62611 * css/html4.css: Changed selectors that had pseudo-classes after the -webkit-file-upload-button
62614 (WebCore::RenderFileUploadControl::createButtonStyle): Changed to not overwrite the button's
63043 Fixes: svg/carto.net/button.svg (image buttons didn't appear)
63640 <rdar://problem/4823028> REGRESSION: Reproducible crash when selecting a popup/button with ::selection pseudostyle
70277 button with align attribute should not affect contained text
70279 Don't map align for button elements.
70281 Test: fast/forms/button-align.html