YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2528206 (checkedin defect)

Reporter


George
Opened: 03/8/10
Last modified: 03/17/10
Status: checkedin
Type: defect

Owner


Dav Glass
Target Release: NEXT
Priority: P4 (minor)
Summary: calculation of scroll position within list of calendar events needs update for support of disabled calendars
Description:

it looks like all calendar events may be referenced when calculating the scroll offset for the event list as the result is farther past the current date than expected.

to repro:
- go to yui site but don't log in.
- go to YUI 3 calendar on site. (both YUI events and YUI project calendars are enabled by default)
- turn off the yui events calendar
- refresh the page

you will momentarily see all of the events draw then the events for the disabled calendar will be removed. however, the scroll position will be past the current date. possibly the scroll position is
calculated before the disabled events are removed. is it possible to not render the disabled events? seems like this is a new behavior and they had not previously been rendered.

Type: defect Observed in Version: Current
Component: Calendar Severity: S4 (minor)
Assigned To: Dav Glass Target Release: NEXT
Location: Website Priority: P4 (minor)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Dav Glass

YUI Developer

Posted: 03/9/10
  • milestone changed to LATER
  • status changed from new to accepted

Dav Glass

YUI Developer

Posted: 03/17/10
  • milestone changed from LATER to NEXT
  • status changed from accepted to checkedin