ember-api-docs
ember-api-docs copied to clipboard
Releases Dropdown is not working in ember website
Original: https://github.com/emberjs/ember.js/issues/17854
I saw website project is archived so I submited issue here
@anpenava
@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?
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
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

also

