Ticket #2528108 (closed defect)
ReporterThomas 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 |
||
| 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
|
Posted: 07/29/09
|
|
Posted: 07/29/09
|
|
Posted: 08/4/09
|
|
Posted: 08/7/09
|
|
Posted: 09/29/09
|
|
Posted: 09/29/09
|
George
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.