AngularJS form does not work when COMPRESS_ENABLED=False
Bug #1913447 reported by
Vishal Manchanda
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Confirmed
|
High
|
Unassigned |
Bug Description
When you are running horizon on the development server(tox -e runserver) and tries to create a swift container then you are not able to enter the name for your server in the create container form although it runs fine if you are using apache devstack env.
To post a comment you must log in.
When this happens, you can see the following error in JS console.
TypeError: args.fieldFrag. firstChild. setAttribute is not a function form.js: 259) form.js: 336) form.js: 2633) form.js: 2595)
at sfField (schema-form.js:83)
at schema-form.js:319
at Array.forEach (<anonymous>)
at schema-form.js:319
at Array.reduce (<anonymous>)
at build (schema-
at Object.build (schema-
at internalRender (schema-
at render (schema-
at schema-form.js:2678