Closed Bug 602939 Opened 14 years ago Closed 14 years ago

KB links not working on click

Categories

(support.mozilla.org :: Knowledge Base Software, task, P1)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rrosario, Assigned: paulc)

Details

In screencast.js, there is a click handler for all '.video a'. It turns out that Modernizr adds 'video' class to the document root (<html />) when <video /> is supported, and '.video a' becomes all links on the page :-O.

We probably need a more specific classname to avoid naming collisions.
I caused it. I'll fix it. Thanks Ricky!
Assignee: nobody → paulc
I'll take the opportunity to also fix the slide event when there are multiple videos on the page.
http://github.com/jsocol/kitsune/commit/51a1a1fa3650c5ea42f06d88c5ac8ddad4bda03b
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Is this possible to verify prior to the implementation of the media gallery? If so please add steps
In the e.g. page history view, you couldn't click on any of the links that linked to the wiki page itself (not even the breadcrumbs). There was some javascript code catching the click event and preventing the default behavior.
Verified all links on history page, including breadcrumbs, are working correctly
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.