Bug 4104 - first-letter not updating style with hover
Summary: first-letter not updating style with hover
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2005-07-21 15:18 PDT by Beth Dakin
Modified: 2007-05-24 18:53 PDT (History)
2 users (show)

See Also:


Attachments
first-letter with hover test case (351 bytes, text/html)
2005-07-21 15:19 PDT, Beth Dakin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.