Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036724 | Openbravo ERP | A. Platform | public | 2017-08-25 18:05 | 2017-09-21 16:49 |
|
Reporter | dbaz | |
Assigned To | dbaz | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036724: CSSMinimizer does not work well with "quotes" property |
Description | CSSMinimizer does not work well with "quotes" property
This property accepts several arguments:
https://www.w3schools.com/cssref/pr_gen_quotes.asp [^]
CSSMinimizer has a feature to remove duplicated parameters if exist. This works ok with most of the properties, e.g. "margin", where "100% 100%" or "100% 100% 100% 100%" can be simplified to just "100%", but in the case of "quotes", having only one parameter does not assume that the remaining ones have the same value, so this simplification cannot be performed, and all the parameters should be declared in a explicit way (otherwise, the missing one will adopt the default value).
|
Steps To Reproduce | Include in any CSS loaded within the application.
quotes: '\0027' '\0027';
With the modules NOT in development, notice that the compressed CSS has only "quotes: '\0027';". (With this simplification the CSS draws " instead of ') |
Proposed Solution | Avoid the function "simplifyParameters" of CSSMinimizer be executed if the property is "quotes" |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0036708 | | closed | dbaz | Openbravo ERP | CSSMinimizer does not work well with "transform-origin" property | related to | feature request | 0036014 | | new | jorge-garcia | Retail Modules | Include source maps for our javascript files |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-08-25 18:05 | dbaz | New Issue | |
2017-08-25 18:05 | dbaz | Assigned To | => dbaz |
2017-08-25 18:05 | dbaz | Modules | => Core |
2017-08-25 18:05 | dbaz | Triggers an Emergency Pack | => No |
2017-08-25 18:05 | dbaz | Issue generated from | 0036708 |
2017-08-25 18:05 | dbaz | Relationship added | related to 0036708 |
2017-08-25 18:05 | dbaz | Review Assigned To | => caristu |
2017-08-25 18:09 | hgbot | Checkin | |
2017-08-25 18:09 | hgbot | Note Added: 0098663 | |
2017-08-25 18:09 | hgbot | Status | new => resolved |
2017-08-25 18:09 | hgbot | Resolution | open => fixed |
2017-08-25 18:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c827d58b415539a7e65eb96e26ab781a65cf0294 [^] |
2017-08-28 09:55 | alostale | Relationship added | duplicate of 0036014 |
2017-08-28 14:45 | alostale | Relationship replaced | related to 0036014 |
2017-09-01 08:33 | caristu | Description Updated | bug_revision_view_page.php?rev_id=15781#r15781 |
2017-09-01 08:36 | caristu | Description Updated | bug_revision_view_page.php?rev_id=15782#r15782 |
2017-09-01 08:53 | caristu | Note Added: 0098767 | |
2017-09-01 08:53 | caristu | Status | resolved => closed |
2017-09-01 08:53 | caristu | Fixed in Version | => 3.0PR17Q4 |
2017-09-04 16:02 | caristu | Note Added: 0098815 | |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099333 | |