Closed Bug 2058843 Opened 1 month ago Closed 13 days ago

Border corners with border-radius of element not rendered correctly when it has a huge height

Categories

(Core :: Layout, defect)

Firefox 154
Desktop
Windows 11
defect

Tracking

()

RESOLVED DUPLICATE of bug 2055902

People

(Reporter: jan_nitsche, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:154.0) Gecko/20100101 Firefox/154.0

Steps to reproduce:

Open any website containing a very hight element that uses a border alongside with border-radius

border: 1px solid #bebebe;
border-radius: 4px;
height: 22000px;

The problem exists in Firefox Developer Edition 154.0b3, but not in Firefox 153.0.1.

Actual results:

The border's corners are not rendered correctly: Top right and bottom left corner are not rendered at all; top left and bottom right corner are rendered as a filled square. It gets better or worse depending of the element's height.

Expected results:

A perfectly rounded border should be displayed which does not depend on the element's height.

The Bugbug bot thinks this bug should belong to the 'Core::Graphics: WebRender' component, but is not confident enough to move the bug to that component.

Component: Untriaged → General
OS: Unspecified → Windows 11
Hardware: Unspecified → Desktop
Component: General → Layout
Product: Firefox → Core

data:text/html,<div style="border: 1px solid grey; border-radius: 4px; height: 22000px; width: 100px"> renders fine here, but wrong in 154 nightly at least. Seems this was fixed by bug 2055902.

Status: UNCONFIRMED → RESOLVED
Closed: 13 days ago
Duplicate of bug: 2055902
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: