FLUID-5993: Conditional adjusters example does not work

Metadata

Source
FLUID-5993
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Not A Bug
Assignee
N/A
Reporter
Alan Harnum
Created
2016-10-26T13:03:21.434-0400
Updated
2016-10-27T16:34:15.941-0400
Versions
N/A
Fixed Versions
  1. 2.0
Component
  1. Prefs Framework

Description

Conditional adjusters examples at http://build.fluidproject.org/infusion/examples/framework/preferences/conditionalAdjusters/ and http://build.fluidproject.org/infusion/examples/framework/preferences/conditionalAdjusters-singlePanel/ throws the error "ASSERTION FAILED: Instantiation of view component with type fluid.textfieldSlider failed, since selector " .mpe-slider " did not match any markup in the document"

This may represent a regression to previous issues with conditional adjusters, the HTML5 range inputs and jQuery's context when dealing with the preferences in a frame, or it may be another issue. All the automated tests continue to pass, including the ones that were written against issues with conditional adjusters previously.

Environments

Present in at least latest Edge (Win10), and latest Chrome/Firefox/Safari (Mac).

Comments

  • Justin Obara commented 2016-10-27T16:33:58.561-0400

    It turns out that there wasn't really an issue with the code, however, the build site was broken because it was serving old files. ( see: FLUID-6003 )