Closed Bug 773500 Opened 12 years ago Closed 12 years ago

nsStyleAnimation checks for common units of nsCSSValueTriplet are screwy

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: dzbarsky, Assigned: dzbarsky)

Details

Attachments

(2 files, 1 obsolete file)

Attached patch Patch (obsolete) — Splinter Review
      No description provided.
Attachment #641646 - Flags: review?(matt.woodrow)
Attachment #641646 - Flags: review?(matt.woodrow) → review?(dbaron)
Assignee: nobody → dzbarsky
Status: NEW → ASSIGNED
Comment on attachment 641646 [details] [diff] [review]
Patch

I don't think ValueTriplet needs a URL check at all, and I suspect that ValuePair does in fact only need the URL check on [0] -- it's needed only for SVG paint servers.

But ValueTriplet should check against null for all three values -- and that check should be fixed in ComputeDistance in addition to AddWeighted.

(I remember pointing this out in another bug somewhere.)


This has come up before; not sure how we still managed not to fix it.  It would be great if you could write a revised patch.
Attachment #641646 - Flags: review?(dbaron) → review-
Attached patch PatchSplinter Review
Yeah, I'm positive I've seen this issue discussed before.
Attachment #641646 - Attachment is obsolete: true
Attachment #641738 - Flags: review?(dbaron)
Summary: nsStyleAnimation checks for common units of nsCSSValuePair/Triplet are screwy → nsStyleAnimation checks for common units of nsCSSValueTriplet are screwy
Attached patch FollowupSplinter Review
If we're going to null-check the zvalue, we should avoid setting it to null.
This change was already part of my transform-origin patch.
Attachment #642061 - Flags: review?(dbaron)
Comment on attachment 642061 [details] [diff] [review]
Followup

>From: David Zbarsky <dzbarsky@gmail.com>
>
>try: -b do

How about:

Store z-component of transform-origin as null rather than 0 when it is omitted.

r=dbaron with that



This should land before the other patch, I think.  Also, when you reland the other patch, don't mention nsCSSValuePair in the summary since the patch doesn't change it.
Attachment #642061 - Flags: review?(dbaron) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: