Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0041068 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2019-06-11 10:45 | 2019-06-17 12:13 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 2548df988fe8 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | caristu | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0041068: incorrect CSS minification: repeated parameters are removed | |||||||
Description | In CSS minification repeated parameters are removed even they are necessary. | |||||||
Steps To Reproduce | The 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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(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 (viewer) 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 (viewer) 2019-06-17 12:13 |
Code reviewed + tested OK. |
![]() |
|||
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 | OBNetwork customer | => No |
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 |