Lines Matching full:focus
942 the Inspector started using focus/blur events, since a focus on
953 due to a focus event.
958 when focus is lost, instead of reverting the changes.
7042 to forward focus to the active descendant, even if one was not
10967 Focus the mainPanelsElement in a timeout so it happens after the
10968 initial focus, so it doesn't get reset to the first toolbar button.
10969 This initial focus happens on Mac when the window is made key and
10977 (WebInspector.loaded): Focus the mainPanelsElement in a timeout.
10990 (WebInspector.Console.prototype.show): Set the current focus element
10992 (WebInspector.Console.prototype.hide): Set the current focus element
11001 * page/inspector/inspector.css: Updated selectors to use :focus
11008 in _previousFocusElement for clients that need it. Calls focus on the passed
11015 Add a more robust check for restoring focus to the previous element
11400 acquire focus automatically as the document is rendered.
11417 (WebCore::HTMLFormControlElement::attach): Sets focus onto the appropriate "autofocus" control
15665 (WebInspector.ScriptsPanel.prototype.debuggerPaused): Call window.focus() and
17551 Adds Focus, Exclude and Restore buttons to the Profile view
17554 <rdar://problem/5950867> JSProfiler: Allow the profiler to "Focus" a profile node.
17575 (WebInspector.ProfileView.prototype._focusClicked): Call focus
17582 focus and exclude buttons.
17584 focus and exclude buttons.
17633 -Also fix a bug with 'focus' and expose whether or not a node is visible
17638 (WebCore::focus): Now correctly compares against a ProfileNodeClass
17926 <rdar://problem/5950867> JSProfiler: Allow the profiler to "Focus" a
17928 - Expose the Profile's 'focus' ability to WebCore and the WebInspector.
17931 (WebCore::focus):
22323 Bug 18900: Password field has focus but can't type text (i.rememberthemilk.com)
22329 Test: fast/forms/textfield-to-password-on-focus.html
22333 focus, call updateFocusAppearance() to make sure its state is correct
25394 Test: fast/events/tabindex-focus-blur-all.html
25402 -Moving focus, blur, tabindex to HTMLElement from its descendants.
25445 (WebCore::HTMLLegendElement::focus):
25447 themselves shall focus (if they should), and not the first form element
25449 still forward focus to the encapsulated element. This also matches
25481 -Moving tabindex attribute, focus and blur methods from descendants of
25810 Draw controls instead of pimitive elements, to get focus rects for free.
25879 Focus handling seems to be broken as well and needs further work, we don't
26388 Respect antialiasing hint when drawing focus rects.
26520 Allow ListboxAppearance to take focus as well. Stolen from Tor Arne
27242 Disable vanlilla focus rings since Qt provides this as part of the style.
27838 Test: fast/events/tabindex-focus-chain.html
27844 advancing focus from this node should advance to the next focusable
27845 node in tree order, and not start over at the beginning of the focus
33939 caret moves in and out of the console when the focus changes.
34432 does not change the actual focus of that input element. You see this
34438 (WebInspector.set currentFocusElement): Call blur and focus if the
39193 (class name changes, :hover, :focus, etc.) work properly when used with the + selector.
40600 (WebInspector.ConsolePanel.show): Make the prompt focus on show.
43663 (WebCore::HTMLDocument::hasFocus): Added. Returns whether or not the document has focus (inclusive of sub-frames).
44444 Fix for <rdar://problem/5779718> focus() does not work for anchor elements with no content
49181 The immediate cause of this bug was that we stopped sending keypress events for the tab key when it is used to advance focus.
50814 - Return the native-built in version of an cross-domain allowed function (eg. window.focus) whether or
55800 Make the focus ring work with line breaks (until we have QPainterPath::simplify) and
56386 Fix focus chain handling and cycling through focusable objects (links) using tab/backtab.
56388 * Fix GraphicsContext::drawFocusRing to also draw single focus rects.
56393 if we could not handle the focus chain ourselves.
56394 * Changed the focus policy of QWebView to correctly use WheelFocus instead of ClickFocus.
56396 used to control the situation of stepping out of the focus chain inside the page.
56397 * Made inclusion of links in the focus chain configurable through QWebSettings::LinksIncludedInFocusChain.
56843 <rdar://problem/5693558> REGRESSION (r29581): no form field focus
59164 Tabs with ctrl, meta, or altgraph modifier key down should not advance focus.
67662 - WebCore part of fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
67664 Test: fast/repaint/focus-ring.html
67681 transparency layer is used to apply clipping to the focus ring.
67682 * platform/graphics/qt/GraphicsContextQt.cpp: Removed focus ring clip
67689 (WebCore::setClip): Removed call to set the focus ring clip.
67690 (WebCore::restoreClip): Removed call to reset the focus ring clip.
68371 Reverting fix for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
68373 We need to just fix the underlying focus ring repaint problem.
68481 Fix for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
70448 (WebCore::PluginViewWin::handleMouseEvent): Focus the plugin's parent
74954 - fix <rdar://problem/5552943> accesskey does not focus <button> elements
74959 Added a call to focus.
75212 * page/inspector/inspector.css: Style changes for propery editing and focus correctness.
75213 * page/inspector/inspector.js: Look for a handleKeyEvent function of the focus element before
76214 Fix event returns, improving the focus situation and correcting scroll wheel
77618 (WebCore::RenderTextControl::forwardEvent): When the control gets and loses focus, update the caps lock state.
78521 (WebCore::RenderThemeGtk::supportsFocusRing): call supportsFocus() to check if focus on appearance is supported