Lines Matching full:focus
1858 [Qt] Fix initial QWebView focus behavior.
3714 Send the RequestSoftwareInputPanel event if the element supports focus
3841 clients that want to check/set the focus node of the document.
6126 * Api/qwebframe.h: add Q_PROPERTY(focus).
6132 Bug 26855: [Qt] New methods for QWebFrame to check and set focus.
8197 [Qt] Increase popup focus delay time to a sensible 500 ms.
8731 Fix the broken focus behavior that happened when QWebPage lost
8732 focus to a popup menu.
8735 focus was back in (breaking focus rects, caret blinking, ...).
9429 make the embedded widget the focus item.
9516 Make QWebView ignore focus changes with PopupFocusReason to avoid
10852 focus controller. Fixes ~400 failing layout tests due to missing
10853 editing callbacks that relied on the correct focus.
11257 Fixed focus handling when a node is focused while the corresponding QWebPage does not have the focus.
11260 without telling the focus controller. We don't want to change the focused frame
11771 change focus to web page after user enters new URL.
12165 Update the micro focus for input methods as soon as the composition mode changes
12967 (WebCore::ChromeClientQt::focus):
13017 Fix focus chain handling and cycling through focusable objects (links) using tab/backtab.
13019 * Fix GraphicsContext::drawFocusRing to also draw single focus rects.
13024 if we could not handle the focus chain ourselves.
13025 * Changed the focus policy of QWebView to correctly use WheelFocus instead of ClickFocus.
13027 used to control the situation of stepping out of the focus chain inside the page.
13028 * Made inclusion of links in the focus chain configurable through QWebSettings::LinksIncludedInFocusChain.
13093 Fix form elements not focusing correctly after the qt widget lost its focus.
13095 When receiving a focus out event notify the focus controller. Otherwise its
13891 (WebCore::ChromeClientQt::focus):
15350 * Stop crashing on fast/events/frame-tab-focus.html the keyEvent can be 0.
15409 no need to call setIsActive ourselves on the frame, as the focus controller does it for us.
15884 (WebCore::ChromeClientQt::focus):
17070 Implement most of the editing commands, better focus handling, fix some
18923 (WebCore::ChromeClientQt::focus):