Bug 87146
Summary: | REGRESSION (r112155): Font-weight of a checked radio's label is not updated until mouse out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, j.zuckerman, robarnold, simon.fraser |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://dev.brokendisk.com/jon-and-jenny/rsvp/webkit-issue?secret=repaint |
Alexey Proskuryakov
Steps to reproduce:
1. Open http://dev.brokendisk.com/jon-and-jenny/rsvp/webkit-issue?secret=repaint
2. Click an unchecked radio button.
Expected results: its text should become bold immediately.
Actual results: it only becomes bold as you mouse out.
Regressed in <http://trac.webkit.org/changeset/112155>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<rdar://problem/11506629>
Dean Jackson
r112115 reverted in http://trac.webkit.org/changeset/118553
Dean Jackson
Unfortunately that link doesn't provide a testcase foe me at the moment
http://dev.brokendisk.com/jon-and-jenny/rsvp/webkit-issue?secret=repaint
Jonathan Zuckerman
Ah, my fault, I removed the test scenario when I restored a different db backup, it should be back now.
Dean Jackson
It works now. And http://trac.webkit.org/changeset/118553 fixed it.