You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
Describe the bug
In Firefox for Mac, the Article Title will shift once you enter a title.
This occurs because we estimate what the height of the scrollView will be if it had a line using the font's lineHeight property. This is an approximation; scrollViews don't have to respect this. Chrome and Safari does, generally, but Firefox does not.
This results in the content shifting down just a little.
To Reproduce
Using Firefox
Steps to reproduce the behaviour:
Create an article.
Type a title
Expected behaviour
The content should not shift.
Browser and Device (please complete the following information):
Describe the bug
In Firefox for Mac, the Article Title will shift once you enter a title.
This occurs because we estimate what the height of the scrollView will be if it had a line using the font's
lineHeightproperty. This is an approximation; scrollViews don't have to respect this. Chrome and Safari does, generally, but Firefox does not.This results in the content shifting down just a little.
To Reproduce
Using Firefox
Steps to reproduce the behaviour:
Expected behaviour
The content should not shift.
Browser and Device (please complete the following information):