Closed
Bug 302765
Opened 19 years ago
Closed 19 years ago
can not change offset of SVGStopElements on mouse events
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: holger, Assigned: tor)
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
|
682 bytes,
image/svg+xml
|
Details | |
|
6.07 KB,
patch
|
scootermorris
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050727 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050727 Firefox/1.0+ changing the value for offset of an SVGStopElement only works onload, it does not work on mouse events. furthermore, if you change the tab, and then go back , or minimize the window... the change will be visible, but neither forceRedraw() nor un/suspendRedraw() will cause a redraw. Reproducible: Always Steps to Reproduce: 1.create an SVG gradient 2.change the offset of one of the stop elements via script 3. Actual Results: no visual change, appearence only changes after changing the window size or the tab. Expected Results: the visual change should take place imidiatly.
| Reporter | ||
Comment 1•19 years ago
|
||
the onload event handler works fine, the onclick handler does not cause an imidiate redraw.
Assignee: general → tor
Status: UNCONFIRMED → ASSIGNED
Attachment #191391 -
Flags: review?(scootermorris)
Attachment #191391 -
Attachment is obsolete: true
Attachment #191506 -
Flags: review?(scootermorris)
Comment 4•19 years ago
|
||
Comment on attachment 191506 [details] [diff] [review] add comments Looks good to me!
Attachment #191506 -
Flags: review?(scootermorris) → review+
Attachment #191391 -
Flags: review?(scootermorris)
Attachment #191506 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #191506 -
Flags: approval1.8b4? → approval1.8b4+
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•