Ex_doc: Night mode broken on 0.15.0

Created on 6 Mar 2017  路  8Comments  路  Source: elixir-lang/ex_doc

Night mode does not work after page reload on ex_doc 0.15.0.

Working page (with 0.14.5) https://hexdocs.pm/elixir/1.4.2/Kernel.html.
Broken page (with 0.15.0) https://hexdocs.pm/elixir/master/Kernel.html.

HTML Bug

All 8 comments

@ericmj Which browser (and version) are you using?

I don't see the error on Chrome (56.0.2924.87), IE 10, and Firefox Developer Edition.

@milmazz It seems to be reproducible in FF 51, Chrome Canary 59 and Edge 38.
Here are the steps:

Might be related to this but it requires some investigation.

Chrome 56 and Safari 10.0.3 on macOS 10.12.3.

@nscyclone @ericmj Yes, it should be related with that change:

I don't think it's related to that change since v0.15.0 was released before and the bug seems to be on that version also: https://hexdocs.pm/ecto/Ecto.html

@ericmj @milmazz I guess I found a potential cause. If I am right it seems to be my fault.

@ericmj @milmazz Yeah, I was right, it was caused by the recent updates I made to the sidebar.
I am really sorry for that. #686 should fix this issue.

@nscyclone no problem at all. Thank you for all of your contributions to ExDoc!

Was this page helpful?
0 / 5 - 0 ratings