Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0048444Openbravo ERPA. Platformpublic2022-01-20 14:342022-01-20 14:34
shuehner 
Triage Platform Base 
normalminorhave not tried
newopen 
5
 
 
Core
No
0048444: Review and simplify CSSdataUri option for StyleSheetResourcesComponent
The component to create the backoffice CSS sent to the browser has two modes related to i.e. images referenced from the CSS:
- Link to image itself
- Embed image content as a DataUri directly in the CSS

The later (datauri) was already used everywhere except Internet Explorer in version <8 which is not supported really for some years.

Issue 48435 now removed support for any Internet Explorer as code-cleanup to that cssDataUri is now always used.

<link rel="stylesheet" type="text/css" href="./org.openbravo.client.kernel/OBCLKER_Kernel/StyleSheetResources?_appName=OB3&_skinVersion=Default&_cssDataUri=true"/>

With that we could simplify the code in the StyleSheetResourceComponent to remove the there non dataUri case.

Note:
We should review is dataUri is still the preferred option for performance today at all as adding that option was done a long time ago
-
No tags attached.
related to defect 0048435 closed Triage Platform Base Cleanup code related to Internet Explorer as it is now unsupported 
Issue History
2022-01-20 14:34shuehnerNew Issue
2022-01-20 14:34shuehnerAssigned To => Triage Platform Base
2022-01-20 14:34shuehnerModules => Core
2022-01-20 14:34shuehnerTriggers an Emergency Pack => No
2022-01-20 14:34shuehnerRelationship addedrelated to 0048435

There are no notes attached to this issue.