autofocus on search page breaks navbar dropdown in chrome browser
Submitted by Elmer van Chastelet on 18 December 2012 at 11:24
Issue Log
On 13 February 2013 at 10:22 Elmer van Chastelet commented:
This issue was not caused by the autofocus.
Instead, the onpopstate event forced the body to reload, not the whole document, leading to variable/element binding issues in bootstrap. In chrome and safari, onpopstate is triggered after a page load, while firefox only triggered this event on change of the history
To fix history in all browsers, we now use history.js
On 13 February 2013 at 10:22 Elmer van Chastelet closed this issue.
On 13 February 2013 at 10:47 Elmer van Chastelet commented:
-
Log in to post comments