Bug 69051 - SliderThumbElement::setPositionFromPoint should probably respect transforms
Summary: SliderThumbElement::setPositionFromPoint should probably respect transforms
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Fady Samuel
URL:
Keywords:
Depends on: 69009
Blocks: 68075
  Show dependency treegraph
 
Reported: 2011-09-28 18:02 PDT by Fady Samuel
Modified: 2023-06-13 15:30 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fady Samuel 2011-09-28 18:02:59 PDT
It should probably use absoluteBoundingBoxRect instead of absoluteBoundingBoxRectIgnoringTransforms.
Comment 1 Ahmad Saleem 2023-06-13 15:29:51 PDT
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?