UW depends on the following line in it's script:
// scroll to the top of the page (the current step might have been very long, vertically)
var headScroll = $( '#firstHeading' ).offset(); $j( 'html, body' ).animate( { scrollTop: headScroll.top, scrollLeft: headScroll.left }, 'slow' );
However #firstHeading is not present in the classic skin. Instead it has h1.pagetitle
Version: unspecified
Severity: normal