adopted-ember-addons / adopted-ember-addons/ember-light-table
Occlusion rendering requires that height is specified
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 311
- Forks
- 130
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Today I discovered that *not* specifying `height` is incompatible with using occlusion rendering:
```
Error: Assertion Failed: calculatedEstimateHeight must be greater than 0, instead was "0" based on estimateHeight: 0
```
So while I have my table being set to use the entire flexbox area with CSS, I can't use occlusion rendering because that calculation is based only on the specified height, not on the element's actual height.
Related somewhat to #502.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.