Stephen Burgess
Stephen Burgess
Right now the message comes before the doctype. ``` html {% include message.html %} ``` This will trigger quirks mode in Internet Explorer 9 and older.
**URL(s):** http://minimalmonkey.github.io/* **Description:** Been a while and not entirely sure why I went for MutationObserver. I think event delegation might be better here.
**URL(s):** http://minimalmonkey.github.io/* **Description:** Site looks pretty bad in IE right now. Even IE11 is looking pretty messed up. Test back to IE8 and get things looking better. Also need to...
**URL(s):** http://minimalmonkey.github.io/* **Description:** Right now using the site with Voice Over isn't great. You can just about navigate the site but it needs to be better. Need more [ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) attributes.
**URL(s):** http://minimalmonkey.github.io/about/ **Description:** When closing the header section to return to the panels page the date and summary sections flicker (disappear and reappear). This is caused by elements going in...
**URL(s):** http://minimalmonkey.github.io/* **Description:** Should probably animate the little bug on the 'report bug' header slide out button. It should animate on hover in a similar way to the twitter logo...
**URL(s):** http://minimalmonkey.github.io/{post} e.g. http://minimalmonkey.github.io/hello-world-im-still-here/ **Description:** When switching from 'stacked' view to 'horizontal' view the placement of the social share buttons is incorrect. They should be like this:  But they...
**URL(s):** http://minimalmonkey.github.io/ **Description:** Using back button / HistoryAPI causing weird scrolling issues in Chrome. It seems to always scroll you to 0,0. Need to figure out when and maybe reset...