Closed
Bug 1762308
Opened 3 years ago
Closed 3 years ago
Keep language screen as the first modal screen (after corner screen)
Categories
(Firefox :: Messaging System, enhancement, P1)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | verified |
People
(Reporter: Mardak, Assigned: dmosedale)
References
(Blocks 1 open bug)
Details
User Story
* current screen ordering: 1) pin (corner) 2) default 3) language 4) import 5) theme * expected screen ordering 1) pin (the only corner screen) 2) language 3) default 4) import 5) theme
Attachments
(1 file)
Currently the screen from bug 1755519 can be 3rd if Firefox is not pinned and not default.
Reporter | ||
Updated•3 years ago
|
Iteration: --- → 100.2 - March 21 - April 1
Priority: -- → P1
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → dmosedale
Assignee | ||
Comment 1•3 years ago
|
||
Note for how to develop this:
./mach run \
--temp-profile \
`#about:welcome testing:` \
--setpref "extensions.getAddons.langpacks.url=https://mock-amo-language-tools.glitch.me/?app=firefox&type=language&appversion=%VERSION%" \
--setpref "intl.multilingual.aboutWelcome.languageMismatchEnabled=true" \
--setpref "intl.multilingual.aboutWelcome.systemLocaleOverride=es-ES" `#(optional)` \
`#These enable about:preferences live language switching:` \
--setpref "intl.multilingual.enabled=true" \
--setpref "intl.multilingual.downloadEnabled=true" \
--setpref "intl.multilingual.liveReload=true" \
--setpref "intl.multilingual.liveReloadBidirectional=true" \
-- \
--new-tab about:welcome
Assignee | ||
Updated•3 years ago
|
User Story: (updated)
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by dmosedale@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/84c96b41f409
make language-switch 2nd in about:welcome, r=emcminn
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Comment 5•3 years ago
|
||
This enhancement was part of the work done on QA-1448 for which we sent a Preliminary checkpoint. Considering this I am marking it as Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•