Metadata
- Source
- FLUID-5881
- Type
- Bug
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Cindy Li
- Created
2016-03-31T11:11:51.285-0400 - Updated
2016-03-31T11:11:51.285-0400 - Versions
-
- 1.5
- Fixed Versions
- N/A
- Component
-
- Prefs Framework
Description
To re-produce,
1. Open a browser, turn on debugger or developer tool, go to "console" tab;
2. Open any of these tests in this browser:
http://build.fluidproject.org/infusion/tests/framework-tests/preferences/html/FullPreviewPrefsEditor-test.html
http://build.fluidproject.org/infusion/tests/framework-tests/preferences/html/FullNoPreviewPrefsEditor-test.html
http://build.fluidproject.org/infusion/tests/framework-tests/preferences/html/SeparatedPanelPrefsEditor-test.html
3. Check GET requests in the console for fetching preferences framework templates and message bundles, those URLs are:
http://build.fluidproject.org/infusion/src/framework/preferences/html//PrefsEditorTemplate-linksControls.html?_=1459436773451
http://build.fluidproject.org/infusion/src/framework/preferences/messages//contrast.json?_=1459436773458
Note the double slashes (//) before the .html and .json file names. They should be single slashs :check_mark:.