I thought the point was that the JavaScript event would fire before the scroll, which would allow you to cancel the default action, no?
"Tab Atkins Jr." <[email protected]> wrote: >On Tue, May 14, 2013 at 2:31 PM, Nils Dagsson Moskopp ><[email protected]> wrote: >> Kyle Simpson <[email protected]> schrieb am Tue, 14 May 2013 16:08:17 >> -0500: >>> There have been times this automatic behavior has been quite >annoying >>> because of accidential ID/hash overlap. >> >> Please explain how a document subresource can be “accidentally” >> referred to by a URL be “accidental”. I do not understand it. > >You're using a hash to store information that is used by JS. You also >use ids on your page. These can collide unintentionally, causing a >scroll on page load. > >~TJ Thanks, Ash
