Bug 64236

Summary: REGRESSION: Button text missing in many iTunes Store pages
Product: WebKit Reporter: mitz
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, japhet, simon.fraser
Priority: P1 Keywords: HasReduction, InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewRoom?fcId=328581356&genreIdString=33&mediaTypeString=Movies
Attachments:
Description Flags
Reduction
none
For elements without a renderer, record the fact that their style is affected by :empty in their rare data mjs: review+

Description mitz 2011-07-09 19:53:14 PDT
Created attachment 100220 [details]
Reduction

Open the URL in iTunes. When it loads, the RENT and BUY buttons may be missing their labels until hovered over.

The regression range I found is <http://trac.webkit.org/log/trunk/?rev=81635&stop_rev=81632>, where r81635 is the only possibly relevant change.

However, a reduction (attached) reproduces the bug even in earlier versions.
Comment 1 mitz 2011-07-09 19:53:42 PDT
<rdar://problem/9750062>
Comment 2 mitz 2011-07-09 23:59:27 PDT
Created attachment 100221 [details]
For elements without a renderer, record the fact that their style is affected by :empty in their rare data
Comment 3 Maciej Stachowiak 2011-07-10 03:16:26 PDT
Comment on attachment 100221 [details]
For elements without a renderer, record the fact that their style is affected by :empty in their rare data

r=me
Comment 4 mitz 2011-07-10 08:38:27 PDT
Fixed in r90691 <http://trac.webkit.org/r90691>