Ticket #2530077 (closed defect)

Reporter


alexsolo
Opened: 03/31/11
Last modified: 05/10/12
Status: closed
Type: defect
Resolution: fixed

Owner


Dav Glass
Target Release: 3.5.0
Priority: P3 (normal)
Summary: 'force' ignored for on-page modules unless 'allowRollup' is true
Description:

I'm trying to force loading modules which are already present on the page. This works only if allowRollup is set to true and fails if it is false. The problem seems to be caused by forceMap property
initialized in _rollup method only; however, it is used in _reduce anyway:


if (((this.loaded[i] || ON_PAGE[i]) &&
!this.forceMap[i] && !this.ignoreRegistered) ||
(type && m && m.type != type)) {

See attached example for demonstration.

Type: defect Observed in Version: development master
Component: Loader Severity: S3 (normal)
Assigned To: Dav Glass Target Release: 3.5.0
Location: Library Code Priority: P3 (normal)
Tags: Relates To: #2529273
Browsers: N/A
URL:
Test Information:

Attachments

Attachment #1: issue.html (download)

Change History

George

YUI Developer

Posted: 04/20/11

Dav Glass

Posted: 04/26/11
  • location changed to Library Code
  • milestone changed to 3.NEXT
  • priority changed to P3 (normal)
  • severity changed from S2 (high) to S3 (normal)
  • status changed from assigned to accepted

Dav Glass

Posted: 11/10/11

Dav Glass

Posted: 11/10/11
  • status changed from accepted to checkedin

Dav Glass

Posted: 11/10/11
  • milestone changed from 3.NEXT to 3.5.0

Dav Glass

Posted: 11/10/11
  • completed changed from 0 to 0.1
  • estimated changed from 0 to 0.1
  • sprint changed to sprint 1

red bat

YUI Contributor

Posted: 11/18/11

Dav Glass

Posted: 11/18/11

Jenny Donnelly

YUI Developer

Posted: 05/10/12
  • resolution changed to fixed
  • status changed from checkedin to closed

checkedin -> closed