Bug 4104

Summary: first-letter not updating style with hover
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: CSSAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, ian
Priority: P2 Keywords: InRadar
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
first-letter with hover test case none

Description Beth Dakin 2005-07-21 15:18:35 PDT
* SUMMARY
Most of the refreshing issues with first-letter seem to have been resolved. However, the CSS element 
hover just requires a repaint, and therefore the function updateFirstLetter() in render_block.cpp is not 
called, leaving the first-letter without the hover style.

* STEPS TO REPRODUCE
See attached test case.

* RESULTS
In the attached case, we expect the entire line to turn green when we hover over it. But instead, everything 
but the first-letter turns green.
Comment 1 Beth Dakin 2005-07-21 15:19:56 PDT
Created attachment 3052 [details]
first-letter with hover test case

* SUMMARY
Most of the refreshing issues with first-letter seem to have been resolved.
However, the CSS element hover just requires a repaint, and therefore the
function updateFirstLetter() in render_block.cpp is not called, leaving the
first-letter without the hover style.

* STEPS TO REPRODUCE
See attached test case.

* RESULTS
In the attached case, we expect the entire line to turn green when we hover
over it. But instead, everything but the first-letter turns green.
Comment 2 Mark Rowe (bdash) 2005-07-29 22:13:00 PDT
Confirmed with ToT.
Comment 3 Christopher Jerome 2005-12-30 12:29:37 PST
Yes, It is still the same as of today (31/12/05)
Comment 4 Darin Adler 2007-05-10 08:57:50 PDT
<rdar://problem/4189212>
Comment 5 Sam Weinig 2007-05-24 18:53:26 PDT
Fixed in r21742.