Lines Matching full:focused
3124 Also add support for drawing a focus ring around focused svg content.
8935 REGRESSION: Initially focused textfield on www.mac.com login page has no insertion point, and doesn't accept typed characters
9021 whether an input method should be used when processing input for the currently focused
10686 focused node is a focusable element, then calls
10705 (WebCore::Element::focus): Added check for node that's already focused,
10717 is the focused node of the document.
14914 <rdar://problem/5326303> REGRESSION: blur event fires upon navigating away from a page with focused element
19694 REGRESSION: misplaced selection ring remains after link is no longer focused.
24841 (WebCore::PopupMenu::PopupMenu): Initialize m_focusedIndex to 0. Instead of using the client to track the focused index, we'll
24844 (WebCore::PopupMenu::show): Initialize the focused index to the client's selected index.
24849 (WebCore::PopupMenu::paint): Paint a selected appearance for the item with the focused index.
27620 are focused/unfocused
27625 I moved tracking of the focused frame from the Widget hiearchy to Page's
29583 Fix: <rdar://problem/4800486> Pressing TAB while a popup is focused
29587 (WebCore::PopupMenu::PopupMenu): Don't cache the focused index.
29588 (WebCore::PopupMenu::focusedIndex): Always get the focused index from
30590 Fix a crash caused by focused children not being cleaned up
37062 Begin passing the new focused frame to
37065 cleared if the focused frame isn't changing.
37066 (WebCore::Element::focus): Begin passing the new focused
37077 focused frame. If it's not changing, don't clear the
37080 in the new focused frame.
38385 focused and contains an inactive selection is focused
38392 the previously focused node (which will contain the
40100 selected and inside an already focused node. The
40101 node will be focused if the user mouses up without
41613 old document's focused node has set it.
44126 - fix a related problem where elements could look focused in non-active windows
44650 <rdar://problem/5122276> Allow focused frame to fire off notification
44655 The focused document with the selection change should fire the selection changed notification, not the top level document
45628 Find the focused node on the whole page. If there is no focused node,
45629 return the WebArea for the focused document.
52333 * page/Frame.cpp: (WebCore::Frame::focusWindow): Instead of just setting the focused frame,
55622 text field is focused.
55625 field is focused.
55628 the text field is focused.
55631 textFieldDidBeginEditing, and textDidChangeInTextField if the element is focused.
55677 * page/PageState.cpp: (WebCore::PageState::restore): Call updateFocusAppearance on the focused node for this page. Pass true for the
55903 (WebCore::FocusController::setFocusedNode): Added. Sets the focused
56210 the focused node.
57091 When a frame's window was focused, the page didn't get updated about the new frame getting focus.
59222 * page/Page.h: Added convenience method to get selection from focused or main frame.
60126 (WebCore::FocusController::advanceFocus): If there's no focused frame,
60235 side-effect of setting the focused frame if there was none. The fix
60245 non-obvious side-effect of setting the focused frame.
60917 (WebCore::FocusController::advanceFocus): Clear the focused frame
60919 document we start at the main frame instead of the last focused frame.
61170 Fix for <rdar://problem/4953504> When the keydown event changes focus, the keypress event should go to the new focused node
65974 <input> and <textarea> not focused on right click (4908884 in
68808 - When a frame is clicked or focused with the keyboard, it receives
68814 - Subframes will be focused when tabbing if they don't contain any
69700 - fixed <rdar://problem/4907437> Find doesn't work if invoked when a form field is focused