The dismissal acknowledgment is displayed outside the Firefox Suggest section after dismissing a non-top-pick Yelp suggestion positioned at the top of the section
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
People
(Reporter: cfat, Assigned: adw)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
[Affected versions]:
- Firefox Nightly 125.0a1 - Build ID: 20240301091852
- Firefox Beta 124.0b7 - Build ID: 20240304091753
[Affected Platforms]:
- Windows 10 x64
- macOS 12.6.1
- Linux Ubuntu 20.04 x64
[Prerequisites]:
- Have the following prefs set with the values to enable the feature:
browser.search.region
= US (connect to a VPN server if outside US)
browser.urlbar.yelp.featureGate
= true
browser.urlbar.yelp.suggestedIndex
= 0 - Have a bookmark/history result that contains a keyword that would trigger a Yelp result (e.g. pet shop).
[Steps to reproduce]:
- Open the browser with the profile from the prerequisites.
- Type the “pet shop” keyword in the Address Bar.
- Click the “Feedback” button from the Yelp suggestion.
- Click the “Don’t show this” option.
- Dismiss the suggestion by clicking any of the “Not relevant” or “Not interested” options.
- Observe how the message is displayed.
[Expected result]:
- The dismissal acknowledgment remains displayed inside the Firefox Suggest section, on the row where the Yelp suggestion was previously displayed.
[Actual result]:
- The dismissal acknowledgment is displayed outside the Firefox Suggest section.
[Notes]:
- This issue is not reproducible when the Yelp suggestion is positioned as the second result, nor the last one (at the bottom of the section).
- Here is a screen recording of the issue.
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
This makes sure the row label transfers to the dismissal acknowledgment tip, if
the dismissed row has a label.
With that fixed, there's one other cosmetic problem where the tip's top border
is right up against the row label. It doesn't look good. I added some additional
space between the label and border.
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 3•9 months ago
|
||
Comment on attachment 9389292 [details]
Bug 1883482 - Transfer row labels to dismissal acknowledgment tips in the urlbar.
Beta/Release Uplift Approval Request
- User impact if declined: This is a nice-to-have cosmetic fix for the Yelp suggestions experiment that will target 124.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Should be clear from comments
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is just a cosmetic fix. Has a test.
- String changes made/needed:
- Is Android affected?: No
Comment 4•9 months ago
|
||
bugherder |
Reporter | ||
Comment 5•9 months ago
|
||
I have verified this issue on the latest Firefox Nightly 125.0a1 (Build ID: 20240308044528) on Windows 10 x64, Ubuntu 20.04 x64, and macOS 12.6.1.
- The dismissal acknowledgment remains displayed inside the Firefox Suggest section, on the row where the Yelp suggestion was previously displayed.
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Comment 6•9 months ago
|
||
The patch landed in nightly and beta is affected.
:adw, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox124
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Updated•9 months ago
|
Updated•8 months ago
|
Reporter | ||
Comment 7•8 months ago
|
||
Marking this report's status as Verified since we tested and verified the issue on the fixed version.
Description
•