Ticket #2532029 (closed enhancement)

Reporter


Luke Smith
Opened: 03/28/12
Last modified: 07/27/12
Status: closed
Type: enhancement
Resolution: wontfix

Owner


Allen Rabinovich
Target Release: 3.6.0
Priority: P3 (normal)
Summary: hover style not cleared when navigating with keyboard
Description:

If I click on a date, the hover style is also active (dark blue). If I then move the day with the keyboard and change to another month, the hover style is still active on the date that was originally
hovered. E.g. if I click on the 17th, then move to the next month via keyboard, the 17th of the next month has the hover style (because it's the same <td>, obviously).

The hover style should be cleared on the first keyboard interaction.

Type: enhancement Observed in Version: development master
Component: Calendar Severity: S3 (normal)
Assigned To: Allen Rabinovich Target Release: 3.6.0
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: IE 7.x
URL:
Test Information:

Change History

Allen Rabinovich

YUI Developer

Posted: 03/28/12
  • milestone changed to 3.6.0
  • status changed from new to accepted

This is an issue with IE7 not updating selectors if the mouse doesn't move. So it keeps the :hover selector on whatever element had it last, even if the element itself moved away from the mouse. We'll investigate about replacing this with classes in 3.6

Allen Rabinovich

YUI Developer

Posted: 07/18/12
  • sprint changed to backlog

This is an IE issue, so closing.

Allen Rabinovich

YUI Developer

Posted: 07/27/12
  • resolution changed to wontfix
  • status changed from accepted to closed