#16122 closed bug (fixed)
WebKit: some graphic elements ignore BView::TranslateBy operations
Reported by: | X512 | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta3 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is hrev54241.
When scrolling page, some graphics elements ignore scroll position. For example input field borders in https://getbootstrap.com/docs/4.5/examples/checkout/. Also present in some SVG files such as https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/gallardo.svg.
Issue is not present if BView::BeginLayer/EndLayer is disabled.
Attachments (1)
Change History (5)
by , 4 years ago
Attachment: | WebKitScrollIssue.png added |
---|
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
comment:4 by , 4 years ago
Milestone: | Unscheduled → R1/beta3 |
---|
Move closed tickets into beta3 milestone
Note:
See TracTickets
for help on using tickets.
The Layers API was basically introduced for WebKit in order to seriously improve performance, so it is unsurprising that it still has bugs.