adopted-ember-addons / adopted-ember-addons/ember-collection
scrollable ember-collection
- 主要語言
- JavaScript
- 星號
- 235
- 分支
- 81
- PR 合併指標
- 30 天內沒有已合併 PR
描述
On Mac Safari, with System Preferences set to "Scroll Always",
a vertically oriented ember-collection with content larger than its container does not show a visible scroll bar.
This is not a problem in other browsers such as Chrome.
We discovered that the presence of matrix3d() in the style generated inside the ember-collection seems to be responsible. Forcing matrix3d() to be replaced with matrix() seems to solve the issue.
貢獻指南
研究方向
Start by reproducing the issue in Mac Safari with System Preferences set to Scroll Always using a vertically oriented ember-collection whose content overflows its container. Inspect where ember-collection generates inline styles containing matrix3d(); the reported done state is that the visible scrollbar appears in Safari without breaking other browsers.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- frontend
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 32/100