Closed
Bug 140626
Opened 23 years ago
Closed 22 years ago
-moz-border-radius not redrawn if element height is changed
Categories
(Core Graveyard :: GFX, defect, P4)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: kjetil.wikestad, Assigned: kmcclusk)
Details
Attachments
(2 files)
I made a script with expanding divs in a outer div with -moz-border-radius. When
a element gets expanded the outer div height is changes but the vertical
borderlines is not completely redrawn. As a result the vertical bordelines
curls inwards where the bottom borderline used to be.
My build: 2002042606
Comment 1•23 years ago
|
||
Kjetil, this testcase worksforme, linux trunk build 2002-04-25-07. Are you
seeing the problem with it? If not, could you attach an HTML file that
demonstrates the problem?
| Reporter | ||
Comment 2•23 years ago
|
||
Nope, that testcase works just fine.
Comment 3•23 years ago
|
||
So... could you attach one that does not?
| Reporter | ||
Comment 4•23 years ago
|
||
This test is strange. The effect only appears on the leftside border.
Comment 5•23 years ago
|
||
Confirmed on Linux. Over to the compositor -- forcing a repaint fixes this...
Assignee: jst → kmcclusk
Status: UNCONFIRMED → NEW
Component: DOM Mozilla Extensions → GFX Compositor
Ever confirmed: true
OS: Windows XP → All
QA Contact: lchiang → petersen
Hardware: PC → All
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Comment 6•23 years ago
|
||
The bug takes on different shapes depending on the POSITION property of the DIV.
See this page for an example: http://pwp.netcabo.pt/rmn/border_test.html
Note that when POSITION is set to FIXED, repainting does not correct the problem.
Comment 7•22 years ago
|
||
This bug used to really bug me, but I don't see it happening anymore.
WFM
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030720 Mozilla
Firebird/0.6
Comment 8•22 years ago
|
||
testcases both worksforme with windows Mozilla 2004020308
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•