-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Summary
When urls used for the backgroundImage property of css have special characters (like spaces), the urls don't work.
Expected vs Current Behavior
Urls with spaces and special characters should work for css background images
Steps to Reproduce
- For imagery layers, use a url where the file name / url has a space in it. (eg.
this_is_an_image url.png) - Toggle the layer on in openmct
- Observe that the layer is not displayed
Environment
- Open MCT Version: 4.1.x
- Deployment Type: all
- OS: all
- Browser: all
Impact Check List
- Data loss or misrepresented data?
- Regression? Did this used to work or has it always been broken?
- Is there a workaround available?
- Does this impact a critical component?
- Is this just a visual bug with no functional impact?
- Does this block the execution of e2e tests?
- Does this have an impact on Performance?