Chrome autofill tries to fill the page editor with address info #3423

Closed
opened 2026-02-05 06:39:55 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @Isaacntk on GitHub (Dec 30, 2022).

Describe the Bug

When editing any page, chrome tries to autofill the editor with address info

image

Steps to Reproduce

  1. Make sure chrome has address info saved
  2. Using markdown page editor
  3. Create a new document
  4. Click on the Editor area

Autofill pops up in chrome

Additional notes:

  • Clicking on the autofill fills the page title with First name and the page with the first letter of last name
  • The title input also triggers this behavior

Expected Behaviour

There should not be an autofill prompt with addresses when clicked

Screenshots or Additional Context

No response

Browser Details

Chrome Version 108.0.5359.125

Exact BookStack Version

v22.11

PHP Version

PHP 7.4.3

Hosting Environment

Running on an ubuntu VM behind a HTTPS reverse proxy (Bookstack is HTTP only)

Originally created by @Isaacntk on GitHub (Dec 30, 2022). ### Describe the Bug When editing any page, chrome tries to autofill the editor with address info ![image](https://user-images.githubusercontent.com/1376191/210109560-8e39d3e0-5f19-4973-a1fd-64655b710057.png) ### Steps to Reproduce 1. Make sure chrome has address info saved 2. Using markdown page editor 3. Create a new document 4. Click on the Editor area Autofill pops up in chrome Additional notes: - Clicking on the autofill fills the page title with First name and the page with the first letter of last name - The title input also triggers this behavior ### Expected Behaviour There should not be an autofill prompt with addresses when clicked ### Screenshots or Additional Context _No response_ ### Browser Details Chrome Version 108.0.5359.125 ### Exact BookStack Version v22.11 ### PHP Version PHP 7.4.3 ### Hosting Environment Running on an ubuntu VM behind a HTTPS reverse proxy (Bookstack is HTTP only)
OVERLORD added the 🐛 Bug label 2026-02-05 06:39:55 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Feb 23, 2023):

Just been testing this, but have not been able to get this to reproduce.
Nor can I find report of address autofill occurring in code-mirror inputs like is happening here, nor do we specifically enable any kind of auto-fill for the inputs used here.
I have also not seen any other reports for this.

I can only guess maybe it's a bug in that version of chrome, or maybe there's been an address form-fill in the past for that address autofill entry, that had overly generic names which are also used as input names by BookStack.

@ssddanbrown commented on GitHub (Feb 23, 2023): Just been testing this, but have not been able to get this to reproduce. Nor can I find report of address autofill occurring in code-mirror inputs like is happening here, nor do we specifically enable any kind of auto-fill for the inputs used here. I have also not seen any other reports for this. I can only guess maybe it's a bug in that version of chrome, or maybe there's been an address form-fill in the past for that address autofill entry, that had overly generic names which are also used as input names by BookStack.
Author
Owner

@ssddanbrown commented on GitHub (Mar 6, 2023):

Since this has been unreproducable, and since I have not had other reports of this, I'll go ahead and close this off.

@ssddanbrown commented on GitHub (Mar 6, 2023): Since this has been unreproducable, and since I have not had other reports of this, I'll go ahead and close this off.
Author
Owner

@Isaacntk commented on GitHub (Mar 6, 2023):

Hi, sorry to revive this thread, as I didn't notice the previous reply.

I'm pretty sure this isn't chrome version specific as I often update it. I recently updated bookstack as well, which deprecated support for PHP 7.4 so I am now on PHP 8.2

The issue seems to no longer be present for the editor field, but is still present on the title field.

I went ahead and tested this with both Edge and a fresh Chrome profile, before and after adding an address, and they both produce the same result:

I'm using imgur because github's video compression dropped almost everything useful from the recording

@Isaacntk commented on GitHub (Mar 6, 2023): Hi, sorry to revive this thread, as I didn't notice the previous reply. I'm pretty sure this isn't chrome version specific as I often update it. I recently updated bookstack as well, which deprecated support for PHP 7.4 so I am now on PHP 8.2 The issue seems to no longer be present for the editor field, but is still present on the title field. I went ahead and tested this with both Edge and a fresh Chrome profile, before and after adding an address, and they both produce the same result: - Edge: https://imgur.com/pbuTTf6 - Chrome: https://imgur.com/KE4ioF6 I'm using imgur because github's video compression dropped almost everything useful from the recording
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#3423