Open
Bug 278834
Opened 20 years ago
Updated 2 years ago
<wizard/> should use its own title and not document.title for message
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: axel, Unassigned)
Details
(Keywords: l12y)
wizard displays a welcome and goodbye message on the first and last page using
this.title,
http://lxr.mozilla.org/seamonkey/source/toolkit/content/widgets/wizard.xml#338.
wizard.title uses document.title instead of the attr. This poses two problems:
- the grammar of the window title is a different than the one in the welcome
message. I would assume that most locales use the same grammar for the welcome
and goodbye messages, so using one word for both ain't so bad. This is somewhat
calling for a separate string for the document.title and wizard.title in the
markup. Anyway, the IRC discussion in #l10n lead to a number of odd scenarios
here.
- I create a CreateFooWizard right now, and to be nice, I adjust the
document.title to include the project name. In the window title,
"foo - Application Wizard" looks cool, but
"Welcome to the foo - Application Wizard" is just yac.
Updated•20 years ago
|
Summary: <wizard/> should use it's own title and not document.title for message → <wizard/> should use its own title and not document.title for message
Comment 1•20 years ago
|
||
This may or may be not the same as bug 269024 but I'm sure it's somehow related
with it.
Comment 2•20 years ago
|
||
What's stopping you from overriding the label on the first and last pages?
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•