#6870 closed bug (fixed)
Tabbing to a checkbox not working
Reported by: | Coldfirex | Owned by: | pulkomandy |
---|---|---|---|
Priority: | high | Milestone: | R1/beta2 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Howdy, I installed Haiku R39551 GCC2Hybrid in VirtualBox, and installed WebPostiive (hrev545). I noticed that I can tab between different boxes when filling in a form (for instance the username and password fields on a signon page), but that I cannot tab to a checkbox for it to save my password. I confirmed this on Gmail and Facebook's login pages.
Change History (8)
comment:1 by , 14 years ago
Component: | - General → Applications/WebPositive |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | R1/alpha2 → R1/Development |
comment:2 by , 12 years ago
Priority: | normal → high |
---|
comment:3 by , 11 years ago
Owner: | changed from | to
---|
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 5 years ago
Does exactly what it says in the summary now. Dogfood. hrev53556 x86-64 Ryzen 5 3400G
comment:6 by , 5 years ago
Are you testing the new "preview Web+" ?
Because for me it is working with the stock hrev53538 (32bit) Haiku, but not with the preview. I tested with this Trac site login. Tabbing through the widgets works, i.e. I see the checkbox outlined and after another tab the Login button outlined, but I cannot tick the checkbox or activate the button with the space key or return.
comment:7 by , 5 years ago
I tested it on Yahoo's mail login page. It works today. hrev53559 x86-64 Ryzen 5 3400G
comment:8 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
From the webkit-dev ML:
Safari is unique among desktop browsers in that "full keyboard access" (FKA) is off by default, and the Tab key moves focus only to textfields and select elements. You can modify this behavior using a system-wide setting (System Prefs > Keyboard > Shortcuts > All Controls) and/or a Safari-specific setting (Safari > Prefs > Advanced > Press Tab to…). If you change both settings, you'll have a keyboard focus behavior that is similar to that of other desktop browsers, such that every "focusable" control appears in the sequential Tab order.
Changing these settings default value in our port may help.