Ticket #2528108 (closed defect)

Reporter


Thomas Hervé
Opened: 07/22/09
Last modified: 09/29/09
Status: closed
Type: defect
Resolution: fixed

Owner


Adam Moore
Target Release: 3.0.0 GA
Priority: P3 (normal)
Summary: compat module makes unconditional call of YUI.use
Description:

When compat is imported it makes a call to YUI.use, which in turn fetches dependencies on the Yahoo CDN. It looks like it should be possible for it to delay that call, so that the base argument can be
specified.

Type: defect Observed in Version: 3.0.0 Beta1
Component: General Severity: S4 (low)
Assigned To: Adam Moore Target Release: 3.0.0 GA
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

George

YUI Developer

Posted: 07/29/09
  • component changed from None to General
  • owner changed from George to Adam Moore
  • priority changed to P3 (normal)
  • status changed from new to assigned

Adam Moore

YUI Contributor

Posted: 07/29/09
  • milestone changed to 3.0.0 GA
  • status changed from assigned to accepted

George

YUI Developer

Posted: 08/4/09
  • location changed to Library Code

Adam Moore

YUI Contributor

Posted: 08/7/09
  • status changed from accepted to checkedin

YUI will now inspect the script tags (specifically, the YUI include) to create a default base path. This probably will make this do what you need it to do. If for some reason it doesn't, I'll investigate another approach, but calling it fixed for now.

George

YUI Developer

Posted: 09/29/09
  • resolution changed to fixed

George

YUI Developer

Posted: 09/29/09
  • status changed from checkedin to closed