Closed
Bug 365915
Opened 18 years ago
Closed 17 years ago
svg fragment in xul box not resized/repainted correctly when width/height modified
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: viapanda, Unassigned)
Details
Attachments
(1 file)
1.83 KB,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)
Build Identifier: Mozilla XULRunner 1.9a1
When scripting dimensions of an svg fragment in a xul box, the layout is not properly refreshed, depending on the box type.
Reproducible: Always
Steps to Reproduce:
1. try the attachment (resize to have a big enough window)
2. using the text boxes, set everything to 250
3.
Actual Results:
Width or height (depending on the box type) are not properly displayed.
I had random (strange) results when the viewbox attribute is also updated, which apparently triggers a correct repaint under some circunstances.
I thought I would add that it looks like a regression.
Works with:
Firefox (X11; U; Linux i686; fr; rv:1.8.1.1) Gecko/20061205
and xulrunner 1.8.0.8
Doesn't work as expected (this bug) with
xulrunner 1.9a1
I'll try with a more recent trunk version.
Still doesn't work with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a2pre) Gecko/20070108 Minefield/3.0a2pre
So I guess if your patch for 364811 is in, it's not related...
![]() |
||
Comment 5•17 years ago
|
||
This worksforme now.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•