Actions
Bug #12145
closedTemplate are not html5 compatible, duplicating part of pages
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Our template are not (all) HTML5 compatible, which blocks some use of Lift with modules.
This is an architecture problem because for now, the end user is not impacted by that, but it is blocking some other work.
The main problem is with "common-layout", because depending how the include is done, all the included body is duplicated.
More over, the automatic head merge doesn't work anymore, and included part should use "head_merge" tag.
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.1.11 to 4.1.12
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.1.12 to 4.1.13
Updated by Benoît PECCATTE over 6 years ago
- Target version changed from 4.1.13 to 411
Updated by Benoît PECCATTE over 6 years ago
- Target version changed from 411 to 4.1.13
Updated by Vincent MEMBRÉ over 6 years ago
- Target version changed from 4.1.13 to 4.1.14
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Released
The blocking parts were corrected. We can do better, but the remaining things are architecture, not bug. Closing.
Actions