Closed
Bug 2026936
Opened 5 months ago
Closed 5 months ago
Hitting the Action button recognized as intent will clear the Smart bar instead of submitting the text
Categories
(Core :: Machine Learning: Frontend, defect)
Tracking
()
VERIFIED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | unaffected |
| firefox151 | --- | verified |
People
(Reporter: rdoghi, Assigned: echa)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [genai][chat])
Attachments
(2 files)
Found in
- Nightly 151.0a1 (2026-03-27)
Affected versions
- Nightly 151.0a1 (2026-03-27)
- Beta 150.0b1
Affected platforms
- all
Steps to reproduce
- Open a Smart Window.
- Type Crimson Desert in the Smart bar.
- Hit the Search button using the mouse.
- Type again and Use the Search With google from the Dropdown.
Expected result
- Selecting the Search button or Search with google from the dropdown should automatically submit the search.
Actual result
- If the User selects Search with google from the dropdown while the intent is also Search it will do nothing.
If the user clicks the Search button while the intent is search it will clear the text without submitting the text.
The same issue occurs if the user types www.gamespot.com and then clicks the Go / Go to Site options
I think Bug 2022240 is the cause of this issue.
Flags: needinfo?(echa)
Updated•5 months ago
|
Updated•5 months ago
|
Thanks Rares, yes I believe this issue: If the user clicks the Search button while the intent is search it will clear the text without submitting the text. was introduced by Bug 2022240.
It seems If the User selects Search with google from the dropdown while the intent is also Search it will do nothing. was a pre-existing bug but I can take a look as well
Flags: needinfo?(echa)
- always dispatch on-action-change even when re-selecting the same action
- stop clearing the smartbar during navigation start (avoid interfering with urlbar fallback)
Pushed by echa@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4e6679418139
https://hg.mozilla.org/integration/autoland/rev/7ae16f50a9cd
Hitting the Action button recognized as intent will clear the Smart bar instead of submitting the text r=ai-frontend-reviewers,czhou
Comment 4•5 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
| Reporter | ||
Comment 5•5 months ago
|
||
Verified as fixed in our latest Nightly 151.0a1 (2026-03-29)
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-found-in-c151][QA-4747][S2] → [qa-found-in-c151][QA-4747][S2][qa-ver-done-c151/b150]
You need to log in
before you can comment on or make changes to this bug.
Description
•