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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0041068
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2019-06-11 10:452019-06-17 12:13
ReporteralostaleView Statuspublic 
Assigned Toalostale 
PrioritynormalResolutionfixedFixed in Version3.0PR19Q3
StatusclosedFix in branchFixed in SCM revision2548df988fe8
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tocaristu
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0041068: incorrect CSS minification: repeated parameters are removed

DescriptionIn CSS minification repeated parameters are removed even they are necessary.
Steps To ReproduceThe following CSS:
.testElement { grid-template-columns: 1fr 1fr 1fr; }


gets minified to:
.testElement{grid-template-columns:1fr}


But this is not correct as the 3 repeated values should be kept.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0041060 closedalostale incorrect CSS minification: elements are incorrectly case lowered 

-  Notes
(0112572)
hgbot (developer)
2019-06-11 10:56

Repository: erp/devel/pi
Changeset: 2548df988fe829bb199d4d139da930308f66683b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jun 11 10:55:23 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2548df988fe829bb199d4d139da930308f66683b [^]

fixed bug 41068: incorrect CSS minification: repeated parameters are removed

  Do not try to remove any duplicated parameter

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/CSSMinimizer.java
M src-test/src/org/openbravo/client/kernel/CSSMinifier.java
---
(0112581)
hudsonbot (developer)
2019-06-11 15:26

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/26c6f3135279 [^]
Maturity status: Test
(0112813)
caristu (developer)
2019-06-17 12:13

Code reviewed + tested OK.

- Issue History
Date Modified Username Field Change
2019-06-11 10:45 alostale New Issue
2019-06-11 10:45 alostale Assigned To => platform
2019-06-11 10:45 alostale Modules => Core
2019-06-11 10:45 alostale Triggers an Emergency Pack => No
2019-06-11 10:46 alostale Relationship added related to 0041060
2019-06-11 10:46 alostale Assigned To platform => alostale
2019-06-11 10:46 alostale Review Assigned To => caristu
2019-06-11 10:56 hgbot Checkin
2019-06-11 10:56 hgbot Note Added: 0112572
2019-06-11 10:56 hgbot Status new => resolved
2019-06-11 10:56 hgbot Resolution open => fixed
2019-06-11 10:56 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2548df988fe829bb199d4d139da930308f66683b [^]
2019-06-11 15:26 hudsonbot Checkin
2019-06-11 15:26 hudsonbot Note Added: 0112581
2019-06-17 12:13 caristu Note Added: 0112813
2019-06-17 12:13 caristu Status resolved => closed
2019-06-17 12:13 caristu Fixed in Version => 3.0PR19Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker