DescriptionDispatch change and blur event for input type=text when window focus is changed
FocusController::dispatchEventsOnWindowAndFocusedNode now dispatches setFocus(false) when window loses focus and setFocus(true) when window focus is back.
R=tkent, keishi1
BUG=102830
TEST=Window focus is lost and text is updated by user, dispatch both blur and change event
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170511
Patch Set 1 #Patch Set 2 : Moved dispatch change event to focus controller #Patch Set 3 : Using HTMLFormControlElement instead of HTMLInputElement to check changes and dispatch change event #
Total comments: 1
Patch Set 4 : Using setFocus instead of dispatchChange mechanism #
Total comments: 15
Patch Set 5 : Removed toHTML conversion and added setFocus(true) for focus #
Messages
Total messages: 18 (0 generated)
|