Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Header not expanded does not appear after F5 #74

Closed
aelhaoun opened this issue Jan 13, 2017 · 1 comment
Closed

Header not expanded does not appear after F5 #74

aelhaoun opened this issue Jan 13, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@aelhaoun
Copy link

Current behaviour

If located at the middle or bottom of the page, and press F5, the not expanded header is not appearing.

image

Expected behaviour

The expected behaviour is to have the not expanded header appearing.

[If you judge it necessary, add a screenshot]
image

Explanation of the origine of the issue

You need while initialisation, to detected in which position of the page we are located, and based on this information, decide whether to show the expanded Header or the small Header,
So var isNotFixedOrExpanded = isFixed ? false : isExpanded; is not accurate since it doesn't care about the postion of the page.

Versions

Focus-core: v3
Focus-components: Header

@aelhaoun aelhaoun changed the title Header not expanded, while does not appear after F5 Header not expanded does not appear after F5 Jan 13, 2017
@TomGallon TomGallon self-assigned this Jan 19, 2017
@TomGallon TomGallon added the Bug label Jan 19, 2017
@TomGallon TomGallon added this to the 3.1.0 milestone Jan 19, 2017
@TomGallon
Copy link
Member

reported here
get-focus/deprecated-focus-application#70

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants