Actions
Bug #6091
closedScroll to anchor in external view is scrolling too high when viewing the metacat docs
Start date:
09/13/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
The jQuery offset().top seems to be getting an 'incorrect' value
Updated by Lauren Walker about 11 years ago
- Status changed from New to Closed
The view needs to load in the images first before it scrolls to the anchor, or the offset().top is off by the total number of pixels of all images.
Moved the call to loadImages() before postRender()/scrollToAnchor
Actions