Closed
Bug 1934226
Opened 2 months ago
Closed 1 months ago
If in a city name there is no space after "." or space on both sides, the city is also interpreted as a subject
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
VERIFIED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | unaffected |
firefox134 | --- | verified |
firefox135 | --- | verified |
People
(Reporter: cmuntean, Assigned: cgopal)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai])
Attachments
(2 files)
1.00 MB,
video/mp4
|
Details | |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
[Affected versions]:
- Firefox Nightly 135.0a1 - Build ID: 20241128215411
- Firefox Beta 134.0b3
[Affected Platforms]:
- Windows 10
- macOS 14.4.1
- Linux Mint 20.1
[Prerequisites]:
- Have following prefs set:
- browser.search.region = US
- browser.urlbar.yelp.mlEnabled = true
- browser.urlbar.quicksuggest.mlEnabled = true
- browser.ml.enable = true
[Steps to reproduce]:
- Open the browser using the profile from the prerequisites.
- Type in the addressbar the "plumber in st.louis" or "plumber in st . louis" keywords.
- Observe the results triggered in the "Firefox Suggest" section.
[Expected result]:
- The Yelp suggestion is triggered and displayed as: "plumber in St. Louis, MO".
[Actual result]:
- The Yelp suggestion is triggered and displayed as: "plumber in st louis in St. Louis, MO".
[Notes]:
- Attached is a screen recording of the issue.
Assignee: nobody → cgopal
Points: --- → 1
Priority: -- → P3
Whiteboard: [genai]
Updated•2 months ago
|
Pushed by cgopal@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7dafc0ccf79d
If in a city name there is no space after "." or space on both sides, the city is also interpreted as a subject r=adw,urlbar-reviewers
Comment on attachment 9441119 [details]
Bug 1934226 - If in a city name there is no space after "." or space on both sides, the city is also interpreted as a subject r?adw,tarek
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: This is required for Yelp ML suggestions in the address bar, which we want to experiment with in 134
- 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: https://bugzilla.mozilla.org/attachment.cgi?id=9440715
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very low risk: Has a test. Only affects Yelp ML suggestions, which are preffed off.
- String changes made/needed:
- Is Android affected?: No
Attachment #9441119 -
Flags: approval-mozilla-beta?
Status: NEW → RESOLVED
Closed: 1 months ago
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triaged]
Reporter | ||
Comment 5•1 month ago
|
||
I have verified this issue on the latest Nightly 135.0a1 (Build ID: 20241204215713) on Windows 10 x64, macOS 14.4.1 and Linux Mint 20.1.
- The Yelp suggestion is correctly triggered and displayed and the city is no longer interpreted as a subject
I will leave the "qe-verify" flag set until I will verify the bug in Beta after it is uplifted.
Status: RESOLVED → VERIFIED
Updated•1 month ago
|
Attachment #9441119 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•1 month ago
|
Reporter | ||
Comment 7•1 month ago
|
||
I have verified this issue on the latest Beta 134.0b7 (Build ID: 20241206102218) on Windows 10 x64, macOS 14.4.1 and Linux Mint 20.1.
- The Yelp suggestion is correctly triggered and displayed, and the city is no longer interpreted as a subject.
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•