Closed
Bug 1616290
Opened 1 year ago
Closed 1 year ago
Inconsistent naming of the "Exit fullscreen" touch bar button
Categories
(Core :: Widget: Cocoa, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox73 | --- | unaffected |
| firefox74 | --- | wontfix |
| firefox75 | --- | verified |
People
(Reporter: cornel_ionce, Assigned: harry)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[Affected versions]:
- 74.0b4
[Affected platforms]:
- macOS 10.15.3
[Steps to reproduce]:
- Open Firefox.
- Navigate to youtube and play any video in fullscreeen.
- Observe the "Exit fullscreen" button on the touch bar.
- Exit fullscreen.
- Enter fullscreen again and observe the button.
[Expected result]:
- The button is named "Exit fullscreen" each end every time a user enters fullscreen videos.
[Actual result]:
- The button is called "Search or enter address" after entering fullscreen starting with the second time.
[Regression range]:
- Follow-up from bug 1603321.
[Additional notes]:
- Even though the button is renamed, the functionality is the expected/desired one, of exiting fullscreen.
Keywords: regression
| Assignee | ||
Comment 1•1 year ago
|
||
The localized string "Search or enter address" was being cached and reused for the exit fullscreen button. We should clear that string from the cache before changing the label on the button.
Assignee: nobody → htwyford
Status: NEW → ASSIGNED
Iteration: --- → 75.2 - Feb 24 - Mar 8
Points: --- → 1
| Assignee | ||
Comment 2•1 year ago
|
||
The priority flag is not set for this bug.
:spohl, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(spohl.mozilla.bugs)
Updated•1 year ago
|
Flags: needinfo?(spohl.mozilla.bugs)
Priority: -- → P2
Pushed by htwyford@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6ecaaf0731e1 Fix the inconsistent naming of the "Exit fullscreen" Touch Bar button. r=mikedeboer
Comment 5•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Updated•1 year ago
|
status-firefox73:
--- → unaffected
status-firefox74:
--- → wontfix
status-firefox-esr68:
--- → unaffected
Updated•1 year ago
|
Flags: qe-verify+
Comment 6•1 year ago
|
||
Verified with 76.0a1 (2020-03-25) and 75.0b8 on macOS 10.15.3.
You need to log in
before you can comment on or make changes to this bug.
Description
•