Lines Matching full:button
1549 REGRESSION: imdb search button has "Submit" overload after going back
4809 Test: fast/forms/button-inner-block-reuse.html
10457 REGRESSION: imdb.com search button looks wrong because "Submit" is drawn
10461 Only use the default button title if no title was specified; previously we'd use the default
10462 button title if the specified title was empty, which is not what Firefox does.
10493 Infinite recursion in table code when button or new text fields get display:table-row
10496 fast/forms/button-table-styles.html
13534 * platform/mac/MouseEventMac.mm: (WebCore::MouseEvent::isMouseButtonDown): Calls CG function to get state of mouse button.
14133 Also, when the name changes on a checked button, we don't need to check that
14134 there's a form before removing it as the checked button for that group.
19855 Changed to use KeyEvent and removed the code to extract the button and state from the
19911 button and state parameters.
19914 (WebCore::Frame::urlSelected): Remove button and state parameters and unused
26046 REGRESSION: button after unclosed button gives trouble
27485 Revised test: fast/forms/radio-button-no-change-event.html
27488 Don't send a change event for a radio button getting unchecked (matches Gecko at least).
28344 Test: fast/forms/radio-button-no-change-event.html
29461 * css/html4.css: Remove default white-space value for <button> tag to
30259 * css/cssvalues.in: Fixed omitted button-bevel value.
33814 REGRESSION: <input type="button"> text is reversed on "visual Hebrew" pages
37991 - fixed 4405: <button> not listed in form collections.
37994 Test: fast/forms/button-in-forms-collection.html
38394 (DOM::HTMLFormElementImpl::registerFormElement): update radio button hash map when moving form elements around.