diff --git a/Client/Frontend/Browser/Toolbars/UrlBar/TabLocationView.swift b/Client/Frontend/Browser/Toolbars/UrlBar/TabLocationView.swift index 4b66a9a900a..98be8c29675 100644 --- a/Client/Frontend/Browser/Toolbars/UrlBar/TabLocationView.swift +++ b/Client/Frontend/Browser/Toolbars/UrlBar/TabLocationView.swift @@ -485,6 +485,11 @@ class DisplayTextField: UITextField { super.accessibilityCustomActions = newValue } } + + override var accessibilityTraits: UIAccessibilityTraits { + get { [.staticText, .button] } + set { } + } override var canBecomeFirstResponder: Bool { return false