Closed
Bug 361701
Opened 18 years ago
Closed 18 years ago
First pane of preferences window is blank when animating is on
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha1
People
(Reporter: sugar.waffle, Assigned: mossop)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
36.00 KB,
image/jpeg
|
Details | |
2.11 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
Firefox and Thunderbird, it always empties when Preference is opened first.
See screen shot.
Mac OS X 10.3.9
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.1pre) Gecko/20061123 BonEcho/2.0.0.1pre
When other set panels are clicked, all panels are normally displayed.
![]() |
||
Comment 2•18 years ago
|
||
*** This bug has been marked as a duplicate of 361243 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 3•18 years ago
|
||
This regressed between 20061120 and 20061121.
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=MOZILLA_1_8_BRANCH&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-11-20+00%3A00%3A00&maxdate=2006-11-21+03%3A00%3A01&cvsroot=%2Fcvsroot
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
![]() |
||
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
The patch of bug355469 was done in backout and tried.
https://bugzilla.mozilla.org/attachment.cgi?id=241758
This problem has recovered by backout of the patch.
Depends on: 355469
Keywords: regression
Assignee | ||
Comment 6•18 years ago
|
||
When a prefwindow is set to animate the default opacity for a prefpane is 0. So when the first pane doesn't animate we must make it visible.
Assignee | ||
Comment 7•18 years ago
|
||
*** Bug 361747 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 8•18 years ago
|
||
The current state of the code doesn't actually use the opacity settings from the stylesheets. The first pane should be opaque anyway (this bug), and when animating to the next pane its opacity is set to 0 as it is selected.
The animate attribute only appears to be used as part of the selector in the stylesheet.
This has been tested with no noticeable visual regressions on a windows machine.
Attachment #246486 -
Attachment is obsolete: true
Attachment #246495 -
Flags: review?(mano)
Attachment #246486 -
Flags: review?(mano)
Assignee | ||
Comment 9•18 years ago
|
||
bug 355469 was backed out from the branch so this is no longer an issue there.
Flags: blocking1.8.1.1?
Assignee | ||
Updated•18 years ago
|
Summary: It always empties when Preference is opened first. → First pane of preferences window is blank when animating is on
Comment 10•18 years ago
|
||
Comment on attachment 246495 [details] [diff] [review]
Remove default visibility settings
r=mano, thanks.
Attachment #246495 -
Flags: review?(mano) → review+
Comment 11•18 years ago
|
||
mozilla/toolkit/content/xul.css 1.89
mozilla/toolkit/content/widgets/preferences.xml 1.58
Status: ASSIGNED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 alpha1
Comment 12•18 years ago
|
||
Does this bug need a unit test?
You need to log in
before you can comment on or make changes to this bug.
Description
•