[Webkit-unassigned] [Bug 31496] New: floated links aren't selected with tabbing (tab-through links on a page)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 14:56:35 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31496

           Summary: floated links aren't selected with tabbing
                    (tab-through links on a page)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://nkcorner.com/chrome.php
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nachumk at gmail.com


(I believe Webkit in use is 532.0, but I don't see that as an option)
I am using Chrome Version 3.0.195.33 and tested this originally on
http://nkcorner.com/about.php and http://nkcorner.com/chrome.php (reduced
version).

Firefox 3.5 and IE 8 work fine (although FF doesn't properly highlight floated
links).

Reproduce:
Place cursor in location bar and start hitting tab button to tab-through
available links on page.

Expected:
It should highlight all links one by one on the page. (On about.php it should
highlight the 6 available links on the page before returning to location box.)

What happens:
It highlights only the non-floated links. (On about.php it highlights only the
top right link and the resume link and skips the image and menu links)

Reduced code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"> 
<html lang="en-US"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8559-1"> 
</head> 
<body> 
<a href="chrome.php"><div style="float:left">float</div></a> 
<br> 
<a href="chrome.php">non-float</a> 
</body> 
</html> 

Link to bug filed with Chrome:
http://code.google.com/p/chromium/issues/detail?id=27587

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list