ember-api-docs icon indicating copy to clipboard operation
ember-api-docs copied to clipboard

Releases Dropdown is not working in ember website

Open locks opened this issue 6 years ago • 3 comments

Original: https://github.com/emberjs/ember.js/issues/17854

I saw website project is archived so I submited issue here Screen Shot 2019-04-03 at 10 29 20

@anpenava

locks avatar Apr 03 '19 09:04 locks

@anpenava can you give me details on what you are doing (like going from which to which release)? also can you try a hard refresh and see if this is still a problem?

toddjordan avatar Apr 03 '19 18:04 toddjordan

It was happening I guess because of my slow network. I would visit this page and then I would click dropdown, before it starts to go to model anchor I guess that was the reason dropdown didn't work but If I wait for scroll to model anchor finish, and then scroll back to top works !

https://api.emberjs.com/ember/release/classes/Route/methods/model?anchor=model

Macbook , Chrome v.73.0

anpenava avatar Apr 03 '19 19:04 anpenava

This may have to do with a temporary issue when there is a new release added. The browser cache keeps some meta information about what releases are available, but there's a period of time to either client cache expiration or hard refresh where the mismatch of data causes an error. We need to look at the way cache on the browser side.

See the following discord comments from @mansona image

also image

toddjordan avatar Apr 06 '19 03:04 toddjordan