Workspace Images are not Appearing in Cascading Style Sheet
(Doc ID 1605401.1)
Last updated on JUNE 05, 2024
Applies to:
Oracle Application Express (APEX) - Version 3.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Cloud Schema Service - S20 - Version N/A and later
Oracle Database Cloud Schema Service - S50 - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
In preparation for migrating an application to the Cloud, all custom images, javascript and cascading style sheets (css) have been migrated from the file system into the workspace. When running the application, all of these components are recognized except for the button images for the login buttons within the cascading style sheet.
IE debugging (Tools > F12 developer tools) shows that the cll_theme.cs > app-button-default is not translating the #workspace_images# properly.
- The literal url("#workspace_images#APP_Buttons.png"); appears in the debugger. This shows that the #WORKSPACE_IMAGES# tag is not being translated properly in this context.
- The button images do appear if the translation is hard coded into the entry: url("wwv_flow_file_mgr.get_file?p_security_group_id=4718717491051299&p_fname=APP_Buttons.png");
- Other images within the application are recognized using the #workspace_image#app_imagename.png syntax, and this is seen in the debugger as well.
Changes
Custom images, javascript and cascading style sheets (css) have been migrated from the file system into the APEX workspace.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |