Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(882)

Issue 18216003: Fix an assertion failure in rendererIsFocusable of form controls. (Closed)

Created:
7 years, 5 months ago by tkent
Modified:
7 years, 5 months ago
Reviewers:
keishi
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

Fix an assertion failure in rendererIsFocusable of form controls. If a form control has :active CSS rule, pressing a label element for the control can make the control needsLayout state. We should make sure that isMouseFocusable uses the latest layout information by calling updateLayoutIgnorePendingStylesheets. BUG=255316 TEST=automated Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153369

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
A LayoutTests/fast/forms/label/label-assertion-with-active-style.html View 1 chunk +14 lines, -0 lines 0 comments Download
A + LayoutTests/fast/forms/label/label-assertion-with-active-style-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/html/HTMLLabelElement.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tkent
7 years, 5 months ago (2013-07-01 06:49:16 UTC) #1
keishi
lgtm
7 years, 5 months ago (2013-07-01 14:43:34 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/18216003/1
7 years, 5 months ago (2013-07-01 20:44:58 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-01 20:49:06 UTC) #4
Message was sent while issue was closed.
Change committed as 153369

Powered by Google App Engine
This is Rietveld 408576698