Closed
Bug 172519
Opened 23 years ago
Closed 23 years ago
HTML form fields ignore Cocoa KeyBindings
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 148098
People
(Reporter: pete, Assigned: bryner)
Details
The text fields in HTML forms do not honor any of the Cocoa KeyBindings. The
browsers URL field on the other hand does work correctly.
To reproduce this error go to a page with a text entry field such as google.com.
Next type some text into the field. Now, position your cursor at the beginning
of the text and type ^k (control-k). You will notice that the system will beep
at you and nothing else will happen.
Now, to see the correct behaviour, try to do the same thing in the URL field.
When you hit ^k in the URL field, all the text to the right of the cursor will
be deleted.
I have tried this bug on Chimera 0.5, as well as with the nightly build from 3
October 2002. The bug occurs in both versions. I am running Mac OS X 10.2.1.
HTML form text fields aren't native. The URL Bar is.
*** This bug has been marked as a duplicate of 148098 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•