Ticket #2532277 (closed defect)

Reporter


Anthony Pipkin
Opened: 05/6/12
Last modified: 08/1/12
Status: closed
Type: defect
Resolution: fixed

Owner


Allen Rabinovich
Target Release: 3.6.0
Priority: P3 (normal)
Summary: Calendar Day Template breaks click event
Description:

I overwrote the CALDAY_TEMPLATE to contain a .liner div around the day number. The _clickCalendar callback is using ev.target, the clickedCell is getting assigned to div.liner, and not the td.
Changing clickedCell = ev.target to clickedCell = ev.currentTarget fixed this for me.

Type: defect Observed in Version: 3.5.0
Component: Calendar Severity: S3 (normal)
Assigned To: Allen Rabinovich Target Release: 3.6.0
Location: Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Allen Rabinovich

YUI Developer

Posted: 05/8/12
  • milestone changed to 3.6.0
  • priority changed to P3 (normal)
  • status changed from new to accepted

Allen Rabinovich

YUI Developer

Posted: 05/8/12
  • estimated changed from 0 to 0.25
  • remaining changed from 0 to 0.25
  • sprint changed to sprint 2

Allen Rabinovich

YUI Developer

Posted: 06/7/12
  • completed changed from 0 to 0.25
  • remaining changed from 0.25 to 0

Allen Rabinovich

YUI Developer

Posted: 06/9/12
  • status changed from accepted to checkedin

Jenny Donnelly

YUI Developer

Posted: 08/1/12
  • resolution changed to fixed
  • status changed from checkedin to closed

Shipped in 3.6.0. Marking closed/fixed.