Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0048444
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2022-01-20 14:342022-01-20 14:34
ReportershuehnerView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0048444: Review and simplify CSSdataUri option for StyleSheetResourcesComponent

DescriptionThe 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-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0048435 closedTriage Platform Base Cleanup code related to Internet Explorer as it is now unsupported 

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker