FLUID-5895: The keyboard accessibility demo throws error at page loading

Metadata

Source
FLUID-5895
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Cindy Li
Created
2016-05-02T12:53:58.726-0400
Updated
2016-05-02T13:14:23.362-0400
Versions
  1. 1.5
Fixed Versions
N/A
Component
  1. Keyboard Accessibility

Description

Steps to re-produce:

1. Open http://build.fluidproject.org/infusion/demos/keyboard-a11y/ in a browser. Make sure the debugger or the developer tool is open in the browser;
2. The debugger console shows this error is thrown:

ASSERTION FAILED: Error in model relay definition: If a relay transform has a model dependency, you can not specify a "source" entry - please instead enter this as "input" in the transform specification. Definition was Object { source="{imageViewer}.model.selected", target="rank", singleTransform={...}} for component Object { typeName="demo.fiveStar", id="2l4bt6k7-52", lifecycleStatus="constructing", more...}

After tracing back in the infusion project repository, the master branch, this bug was introduced by this fix: https://github.com/fluid-project/infusion/commit/83820984c86984f6fdaf6647d5511afca7005d33

Comments