Closed
Bug 1791657
Opened 6 months ago
Closed 2 months ago
Page title is not shown for autofill result when the whole URL is typed into at once
Categories
(Firefox :: Address Bar, enhancement)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | verified |
People
(Reporter: emk, Assigned: daisuke)
References
Details
Attachments
(2 files)
Steps to reproduce:
- Visit a URL (use
https://bugzilla.mozilla.org/show_bug.cgi?id=1291573
as an example below) until autofill works. - Copy
https://bugzilla.mozilla.org/show_bug.cgi?id=129157
and paste it into the URL bar. - Type
3
into the address bar. - Page title is shown for autofill result.
- Copy
https://bugzilla.mozilla.org/show_bug.cgi?id=1291573
and paste it into the URL bar.
Actual result:
The autofill result is https://bugzilla.mozilla.org/show_bug.cgi?id=1291573 - Visit
. No page title is shown.
Expected result:
Page title should be shown for autofill result like the step 4 above.
I have to paste the URL, delete the last character, and type the last character again as a workaround.
Assignee | ||
Updated•6 months ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Attachment #9295710 -
Attachment description: Bug 1791657: Show page title if the pasted URL is in history." → Bug 1791657: Show page title if the pasted URL is in history.
Updated•6 months ago
|
Attachment #9295710 -
Attachment description: Bug 1791657: Show page title if the pasted URL is in history. → Bug 1791657: Show page title if the pasted URL is in history."
Updated•6 months ago
|
Attachment #9295710 -
Attachment description: Bug 1791657: Show page title if the pasted URL is in history." → Bug 1791657: Show page title if the pasted URL is in history.
Assignee | ||
Comment 2•6 months ago
|
||
Updated•5 months ago
|
Attachment #9298356 -
Attachment description: WIP: Bug 1791657: Use payload.title as the web page title. → WIP: Bug 1791657: Introduce rawTitle into payload.
Updated•5 months ago
|
Attachment #9298356 -
Attachment description: WIP: Bug 1791657: Introduce rawTitle into payload. → Bug 1791657: Introduce rawTitle into payload.
Updated•3 months ago
|
Attachment #9298356 -
Attachment description: Bug 1791657: Introduce rawTitle into payload. → Bug 1791657: Introduce rawTitle, autofilled into payload.
Updated•3 months ago
|
Attachment #9295710 -
Attachment description: Bug 1791657: Show page title if the pasted URL is in history. → Bug 1791657: Show page title and favicon if it is in history.
Updated•2 months ago
|
Attachment #9298356 -
Attachment description: Bug 1791657: Introduce rawTitle, autofilled into payload. → Bug 1791657: Introduce fallbackTitle into payload.
Updated•2 months ago
|
Attachment #9295710 -
Attachment description: Bug 1791657: Show page title and favicon if it is in history. → Bug 1791657: Show page title if it is in places.
Pushed by dakatsuka.birchill@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/81475b006184 Introduce fallbackTitle into payload. r=adw https://hg.mozilla.org/integration/autoland/rev/1d94f6f32328 Show page title if it is in places. r=adw,mak
Comment 4•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/81475b006184
https://hg.mozilla.org/mozilla-central/rev/1d94f6f32328
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Comment 5•2 months ago
|
||
I've managed to reproduce the issue using Fx 107.0a1.
The issue is verified fixed using the latest Fx 111.0a1 on Windows 10 and Ubuntu 22.04. When pasting the full link, the page title is correctly displayed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•