Closed Bug 1735974 Opened 3 years ago Closed 3 years ago

Replace mozactionhint with enterkeyhint or inputmode in search textbox widget

Categories

(Toolkit :: UI Widgets, task)

Unspecified
All
task

Tracking

()

RESOLVED FIXED
95 Branch
Tracking Status
firefox95 --- fixed

People

(Reporter: m_kato, Assigned: m_kato)

References

Details

Attachments

(1 file)

https://searchfox.org/mozilla-central/rev/cc869830d5cb2482a123ed3a63782bfd5dcf74ec/toolkit/content/widgets/search-textbox.js#58,83 still use non-standardized mozactionhint attribute.

Actually, standardized version of it is shipped as enterkeyhint, so let's use it.

And mozactionhint was implemented for Fennec (bug 589879), but it isn't mapped for Desktop Firefox due to no OS API, even if enterkeyhint.

I think it is better to remove mozactionhint simply, or use inputmode instead.

Summary: Replace mozactionhint with enterkeyhint in search textbox widget → Replace mozactionhint with enterkeyhint or inputmode in search textbox widget
Blocks: 1735980

mozactionhint was implemented for Fennec (bug 589879), but it isn't mapped
for Desktop Firefox due to no OS API, even if enterkeyhint.
Actually, we have inputmode that is always enabled on chrome privilege, we
should use it instead of mozactionhint.

Assignee: nobody → m_kato
Status: NEW → ASSIGNED
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/32ba0481b5b4
Replace mozactionhint with inputmode for textbox-search widget. r=Gijs
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: