Changes between Version 1 and Version 2 of Ticket #11663, comment 9
- Timestamp:
- Jun 22, 2015, 12:14:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11663, comment 9
v1 v2 1 1 Fixed on branch:t/11663 2 2 3 I've also pushed branch:t/11663b and branch:t/11663c with alternative solutions (these are not refactored, just proof-of-concept). These solutions should be more accurate when determining content height. 3 I've also pushed branch:t/11663b and branch:t/11663c with alternative solutions (these are not refactored, just proof-of-concept). These solutions should be more accurate when determining content height. However this ticket is fixed by branch:t/11663 so we can move this discussion to another ticket. 4 4 5 5 branch:t/11663 will return wrong height only when top or bottom-expanding element has margin bigger than `body` margin. The error will be between 0 and `marginTop` + `marginBottom` of body (by default these are 20px so max error will be 40px).