Closed
Bug 289910
Opened 20 years ago
Closed 20 years ago
Painted stroke not invalidated for mouseover mouseout changes
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: junk, Assigned: tor)
References
()
Details
Attachments
(1 file)
|
5.85 KB,
patch
|
alex
:
review+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050408 Firefox/1.0+ Hover over the the line in http://jeffrafter.com/SVG/tests/stroke.svg and notice that the cyan stroke is left behind. In http://jeffrafter.com/SVG/tests/stroke2.svg no events fire. Reproducible: Always Steps to Reproduce: 1. Go to page 2. Hover over red line 3. Hover off Actual Results: Cyan border is left over Expected Results: Erased the cyan border
Comment 2•20 years ago
|
||
Comment on attachment 181472 [details] [diff] [review] renderer ::Update logic wasn't handling the case where after region==empty r=afri.
Attachment #181472 -
Flags: review?(alex) → review+
Attachment #181472 -
Flags: approval1.8b2?
Comment 3•20 years ago
|
||
Comment on attachment 181472 [details] [diff] [review] renderer ::Update logic wasn't handling the case where after region==empty a=asa
Attachment #181472 -
Flags: approval1.8b2? → approval1.8b2+
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•