Home | History | Annotate | Download | only in WebCore

Lines Matching full:focus

2782         Move DOM window focus/blur out of SelectionController and into FocusController.  Make sure it
2902 Improvements in how selection behaves with focus/activation and a reversion back to using isActive
2910 Make selection willing to shift the focus node if the selection is focused even if the
2911 selection is not active. Whether or not the Page is active is irrelevant to focus changes.
2921 Allow focus shifts even when the selection is not active.
3606 - fix <rdar://problem/6940747> Search field?s focus ring is outset
4638 Bug 26097: REGRESSION (r44283): Tab key doesn't work when focus is on a <select> element
4640 Test: fast/forms/focus-control-to-page.html
8210 Implement AtkObject::focus-event and
8217 signals require us to pass the objects involved in the focus
11094 REGRESSION: fast/overflow/overflow-focus-ring.html seems double-drawn
13425 This improved SVG text focus rings.
17335 (WebInspector.BottomUpProfileDataGridTree.prototype.focus):
17404 (WebInspector.TopDownProfileDataGridTree.prototype.focus):
17571 when it has focus, or else send it to the parent frame.
17788 Fix various bugs in the X11 Qt plugin focus handling.
17790 Notify the focus controller on activation/deactivation of the plugin and
17791 set focus on the plugin's element when it receives the window system
17792 focus.
17801 (PluginContainerQt::focusInEvent): Set the focus controller active on focus in events.
17802 (PluginContainerQt::focusOutEvent): Deactivate the focus controller when loosing the focus.
17807 (WebCore::PluginView::handleMouseEvent): Moved the code to set focus on the plugin element
19324 I also added comments to explain how focus rings work (now that I understand)
19623 as well as improves our focus ring drawing seen in svg/custom/focus-ring
19624 focus rings are now closer to transformed content by a couple pixels (they were needlessly outset by the antialiasing hack)
19958 caret does not paint the first time you focus on a 0px right padding RTL div
21314 Can't place the caret into text field that scrolls the window on focus
21317 be invalid because of scrolling that the focus handler did. Cache the document point (that we derived from the window
26148 * bindings/objc/PublicDOMInterfaces.h: Remove focus and blur from DOMHTMLElement.
26151 * html/HTMLElement.idl: Remove blur and focus.
29991 Test: fast/events/right-click-focus.html
40149 Bug 23858: Crash when removing a HTMLSelectElement from the document from inside its focus event handler
40153 as it can be invalidated by any of the calls to focus() within the function. Instead, retrieve it and
43041 (dpad devices) do not scroll on focus and normal platforms do
43178 Don't scroll to show current focus on devices that use
43189 public. ANDROID creates an array of focus rectangles for navigation
43301 container-relative repainting: selection redraw on focus change, caret,
44906 Select element doesn't show new value when focus is switched in
50671 was before my landing. Fixes failing SVG focus ring tests.
51722 Fix for focus rings on Windows. Make sure that focus rings draw for all controls but buttons.
52740 [Qt] Show focus rect when a button gets the focus for the first time.
62155 REGRESSION (r31081): Focus problems in Gmail 2/Plain text message text
62225 (WebCore::Element::focus): Ditto.
62276 setFocused, and focus-appearance functions. Made all data members private.
68944 When initing from the widget we also got the focus state,
71477 RenderTextControl should only ever need a simple focus rect.
71479 This fixes focus ring issues with transforms on text controls.
73630 2) If a button has focus and is pressed, it was rendered
79099 The focus ring is not shown while navigating on some pages
79108 focus ring to pick up the style's current color if it isn't overridden
82559 Prevent stealing focus from the search field when focusing a DOM node.
82567 Don't steal focus if the current focus element is the search field.
82877 (WebCore::HTMLInputElement::updatePlaceholderVisibility): Sets m_placeholderShouldBeVisible based on the current value and the focus state.
82965 Focus the DOM tree in the Web Inspector when a node is inspected.
82966 So when the search field has focus, the focus moves to the tree,
82980 (WebInspector.set currentFocusElement): Always focus the element.
82981 This ensures that when focus changes in the page and we don't
82982 catch it, we will still focus the elements even if we think it
85222 (WebCore::Element::focus):
85258 (WebCore::Node::focused): focus is in rareData if set
86752 [Gtk] no focus when button/checkbox/radiobutton clicked, only when tabbed
96265 Cmd-F on Mac or Ctrl-F on other platforms now focus the search field.