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 Rendering | Assignee: | 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 |
Fady Samuel
Their height is doubly scaled. I have a two line fix for this coming shortly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Scaled by transform, or zoom or what?
Fady Samuel
(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.