jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Tab key pressed in last control in navigation order does not give focus to first control #439

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a bug in my recent @navindex implementation that I noticed while 
implement @accesskey. It has two symptoms:

1. When focus is with the last control in navigation order, pressing Tab does 
not cause focus to move to the first control in navigation order;

2. When focus is with the document and no controls specify @navindex (or 
@navindex is only set to zero, which amounts to the same thing), pressing Tab 
has no effect.

Both of these symptoms are caused by the same bug. I'm marking this issue as 
Started immediately because I already know what the fix is and it will only 
take five minutes.

Original issue reported on code.google.com by phil.boo...@gtempaccount.com on 28 Apr 2009 at 4:56

GoogleCodeExporter commented 8 years ago
Awaiting review at r2719.

Original comment by phil.boo...@gtempaccount.com on 28 Apr 2009 at 5:11

GoogleCodeExporter commented 8 years ago
Fixed in r2726.

Original comment by phil.boo...@gtempaccount.com on 29 Apr 2009 at 8:23