Add bug numbers for the FIXME comments in CSS transitions patches. (Bug 435441)

This commit is contained in:
L. David Baron
2009-10-15 17:23:19 -07:00
parent f1ad6d6ccd
commit 9b9b01512c
7 changed files with 28 additions and 28 deletions

View File

@@ -2694,7 +2694,7 @@ nsGenericElement::UnbindFromTree(PRBool aDeep, PRBool aNullParent)
// Ensure that CSS transitions don't continue on an element at a
// different place in the tree (even if reinserted before next
// animation refresh).
// FIXME: Need a test for this.
// FIXME (Bug 522599): Need a test for this.
if (HasFlag(NODE_HAS_PROPERTIES)) {
DeleteProperty(nsGkAtoms::transitionsOfBeforeProperty);
DeleteProperty(nsGkAtoms::transitionsOfAfterProperty);