Make WordPress Core

Opened 4 years ago

Last modified 4 years ago

#52924 new enhancement

Fix input annoyance when editing Menus in Safari

Reported by: aubreypwd's profile aubreypwd Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Menus Keywords: has-patch
Focuses: administration Cc:

Description

In Safari only when you edit a menu's e.g. Title Attribute and enter e.g. "something autofill" and save the menu and then change it to "Something autofill" and save again... then try to change it to e.g. "something autofill" Safari will autofill it with Something autofill for you, which is annoying.

See https://aubrey.pw/d/2021/4UlG5p8iiKEn.gif to see it in action. I think these fields should have autocomplete="off" by default.

Change History (2)

This ticket was mentioned in PR #1132 on WordPress/wordpress-develop by aubreypwd.


4 years ago
#1

  • Keywords has-patch added

This causes Safari to annoyingly bug out and makes it hard for users
to use the inputs in Safari.

This simple adds autocomplete="off" to keep Safari (and other browsers for that matter) from using autofill (which is especially annoying in Safari)

Trac ticket: https://core.trac.wordpress.org/ticket/52924#ticket

#2 @sabernhardt
4 years ago

  • Component changed from Administration to Menus
  • Focuses administration added
  • Version trunk deleted
Note: See TracTickets for help on using tickets.