Closed
Bug 287424
Opened 20 years ago
Closed 20 years ago
changing the style attribute or directly changing the fill: value doesn't update the svg item.
Categories
(Core :: SVG, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: doronr, Assigned: bzbarsky)
References
()
Details
Attachments
(1 file)
|
1.42 KB,
patch
|
tor
:
review+
|
Details | Diff | Splinter Review |
Testcase: http://www.nexgenmedia.net/temp/test.xml
Comment 1•20 years ago
|
||
Both buttons make the rectangle red in a recent SVG build for Windows XP.
| Reporter | ||
Comment 2•20 years ago
|
||
not in my build on linux from today.
Narrowed the regression window - caused by the checkin for bug 225941.
| Assignee | ||
Comment 4•20 years ago
|
||
Had this in my tree, even.....
Attachment #178417 -
Flags: review?(tor)
Attachment #178417 -
Flags: review?(tor) → review+
| Assignee | ||
Comment 5•20 years ago
|
||
Note that the real issue here is that SVG doesn't call nsFrame::Init in some cases (bug 233406). So any time the base class Init() is changed, SVG will break...
| Assignee | ||
Updated•20 years ago
|
Assignee: general → bzbarsky
Priority: -- → P1
Target Milestone: --- → mozilla1.8beta2
| Assignee | ||
Comment 6•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•