Bug 69051
| Summary: | SliderThumbElement::setPositionFromPoint should probably respect transforms | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fady Samuel <fsamuel> |
| Component: | Layout and Rendering | Assignee: | Fady Samuel <fsamuel> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, akeerthi, rjkroege, simon.fraser, zalan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 69009 | ||
| Bug Blocks: | 68075 | ||
Fady Samuel
It should probably use absoluteBoundingBoxRect instead of absoluteBoundingBoxRectIgnoringTransforms.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
https://searchfox.org/wubkat/source/Source/WebCore/html/shadow/SliderThumbElement.cpp#225
I am not able to find 'absoluteBoundingBoxRectIgnoringTransforms' in this function, do we need anything else?