Bug 73574

Summary: Percentage height replaced elements and perpendicular boxes do not get the correct height when scaled
Product: WebKit Reporter: Fady Samuel <fsamuel>
Component: Layout and RenderingAssignee: Eugene Girard <girard>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, fsamuel, girard, rjkroege, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68075    

Description Fady Samuel 2011-12-01 10:42:39 PST
Their height is doubly scaled. I have a two line fix for this coming shortly.
Comment 1 Simon Fraser (smfr) 2011-12-01 10:45:16 PST
Scaled by transform, or zoom or what?
Comment 2 Fady Samuel 2011-12-01 10:51:29 PST
(In reply to comment #1)
> Scaled by transform, or zoom or what?

Scaled when pageScaleFactor is set. They use the frameView's visibleHeight/visibleWidth which is scaled.