Closed
Bug 278286
Opened 20 years ago
Closed 20 years ago
Create Profile wizard title incomplete
Categories
(SeaMonkey :: Startup & Profiles, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: skydaemon80, Assigned: neil)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
824 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
The title of the Create Profile Wizard (which appears when starting Mozilla for
the first time, with no profiles) is incomplete. It reads:
Welcome to the
Should read "Welcome to the Create Profile Wizard".
Comment 1•20 years ago
|
||
http://lxr.mozilla.org/seamonkey/source/toolkit/profile/locale/createProfileWizard.dtd#1 For some reason, then, newProfile.title is missing or isn't being read?
Summary: Create Profile wizard title incomplete → Create Profile wizard title incomplete
Comment 2•20 years ago
|
||
This is handled at: http://lxr.mozilla.org/mozilla/source/xpfe/global/resources/content/bindings/wizard.xml#340 and the corresponding dtd is: http://lxr.mozilla.org/mozilla/source/xpfe/global/resources/locale/en-US/win/wizard.properties#5 When did this regress?
Seems to have regressed between the 1.8a3 and 1.8a5 releases. I'm having difficulty downloading 1.8a4 from the FTP servers; I'll try again later today and see if I can narrow the regression window further.
| Assignee | ||
Comment 4•20 years ago
|
||
The XBL in wizard.xml tries to get the document's title from its constructor, however I'm guessing that that gets invoked by StartLayout so I need to ensure that the title gets set first. At least, it seems to work ;-)
Assignee: nobody → neil.parkwaycc.co.uk
Status: NEW → ASSIGNED
Attachment #171258 -
Flags: superreview?(bzbarsky)
Attachment #171258 -
Flags: review?(bzbarsky)
Comment 5•20 years ago
|
||
Comment on attachment 171258 [details] [diff] [review] Proposed patch Hmm... ok, r+sr=bzbarsky
Attachment #171258 -
Flags: superreview?(bzbarsky)
Attachment #171258 -
Flags: superreview+
Attachment #171258 -
Flags: review?(bzbarsky)
Attachment #171258 -
Flags: review+
| Assignee | ||
Comment 6•20 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
*** Bug 276684 has been marked as a duplicate of this bug. ***
Comment 8•20 years ago
|
||
Verified FIXED on Windows XP with build 2005-01-07-07, Seamonkey trunk.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•