Bug 22792
Summary: | [Transforms] RenderListBox panning and scrolling not transform-friendly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, zalan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 15670 |
Simon Fraser (smfr)
RenderListBox::panScroll() and RenderListBox::scrollToward() have calls to localToAbsolute() which ignore transforms, which probably causes issues when interacting with transformed list boxes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
We still have this FIXME:
https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderListBox.cpp#571
and
https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderListBox.cpp#612