Closed Bug 146785 Opened 22 years ago Closed 22 years ago

A:Focus and A:Hover handled wrong when shift-tabbing

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

x86
All
defect
Not set
minor

Tracking

()

VERIFIED FIXED

People

(Reporter: vincent76, Assigned: bryner)

References

(Blocks 1 open bug)

Details

(Keywords: access)

Attachments

(1 file)

With the following html example:
  <html>
    <head>
      <style type="text/css">
        a { text-decoration: none }
        a:hover, a:focus { text-decoration: underline }
      </style>
    </head>
    <body>
      <a href="foo">bar</a>
    </body>
  </html>

When you do the following:
(1) hover the mouse over the link
(2) press tab until the link has focus
(3) move the mouse away from the link
(4) then press SHIFT-tab

The link is still underlined! When you press tab at (4) the underline goes away
as expected, also when you do (4) before (3)...
confirming with 2002052508 on win95
Similar to bug 140655, but I'm not sure it's a dup.
focus/tab nav bg
Assignee: aaronl → bryner
Blocks: focusnav
Keywords: access
Confirmed on CVS trunk, 2002-07-04, Debian/Sid (Linux).
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 95 → All
This appears to be fixed by my checkin for bug 156052.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
vrfy'd fixed on linux rh7.2 and win2k, 2002.09.24.08 comm trunk.
Status: RESOLVED → VERIFIED
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: