Closed
Bug 407193
Opened 17 years ago
Closed 17 years ago
Restore animateFadeIn behavior for Mac prefpanes (revert fix for bug 394881)
Categories
(Firefox :: Settings UI, defect, P3)
Tracking
()
RESOLVED
FIXED
Firefox 3 beta3
People
(Reporter: Gavin, Assigned: florian)
Details
Attachments
(1 file)
2.06 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
Now that bug 355177 is fixed, I'm told that we should be able to undo the changes made in bug 394881 and re-enable animateFadeIn on the Mac without re-introducing bug 377060.
Flags: blocking-firefox3?
Updated•17 years ago
|
Assignee: nobody → florian
Flags: blocking-firefox3? → blocking-firefox3+
Priority: -- → P3
Target Milestone: --- → Firefox 3 M11
Assignee | ||
Comment 1•17 years ago
|
||
The patch only changes the default value of the pref for Mac.
Keeping the min-height value doesn't prevent the animation from working, and removing it would sort of break the window when the animation is disabled from about:config.
Attachment #292165 -
Flags: review?(gavin.sharp)
Comment 2•17 years ago
|
||
So, you are saying that the animation works just fine with a min-height value (as in, the boxes are of varying heights)?
Assignee | ||
Comment 3•17 years ago
|
||
Yeah. The min-height value seems to be ignored when we activate the animation.
Comment 4•17 years ago
|
||
Comment on attachment 292165 [details] [diff] [review]
patch v1
r=mconnor
Attachment #292165 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 5•17 years ago
|
||
Checking in browser/app/profile/firefox.js;
/cvsroot/mozilla/browser/app/profile/firefox.js,v <-- firefox.js
new revision: 1.240; previous revision: 1.239
done
Checking in toolkit/content/widgets/preferences.xml;
/cvsroot/mozilla/toolkit/content/widgets/preferences.xml,v <-- preferences.xml
new revision: 1.74; previous revision: 1.73
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•