wpsharks / wp-kb-articles

KB Articles for WordPress; adds a new Custom Post Type.
http://wpkbarticles.com/
2 stars 1 forks source link

First item in TOC links to top of video when article starts with a video #77

Closed raamdev closed 9 years ago

raamdev commented 9 years ago

If a KB Article starts with a video (such as this one) and is followed by an H1 tag, the link to that first header item in the Table of Contents moves the browser window to the top of the video, instead of moving to the top of the header item.

This has been confirmed on Chrome and Safari, but seems to work fine in Firefox (so likely a WebKit issue).

2015-03-02_18-45-00

jaswrks commented 9 years ago

display:block seems to correct the problem. Can you confirm?

2015-03-03_14-14-29

jaswrks commented 9 years ago

This was fixed in the last round of updates.

raamdev commented 9 years ago

Can you confirm?

Confirmed. It works great now in Safari and Google Chrome.