Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0048444 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2022-01-20 14:34 | 2022-01-20 14:34 | |||||||
Reporter | shuehner | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0048444: Review and simplify CSSdataUri option for StyleSheetResourcesComponent | |||||||||||
Description | 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 | |||||||||||
Steps To Reproduce | - | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2022-01-20 14:34 | shuehner | New Issue | |
2022-01-20 14:34 | shuehner | Assigned To | => Triage Platform Base |
2022-01-20 14:34 | shuehner | Modules | => Core |
2022-01-20 14:34 | shuehner | Triggers an Emergency Pack | => No |
2022-01-20 14:34 | shuehner | Relationship added | related to 0048435 |
Copyright © 2000 - 2009 MantisBT Group |