Actions
Bug #6043
closedFix the broken event handling in the FeaturedDataView collapse boxes
Start date:
08/01/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
For the three featured data stripes on the index page, the abstract is revealed after clicking on the title. This works on the first view of the index page. When navigating away from the index, and returning, the collapse no longer responds. Track down this click event, and determine why it''s not being handled by the collapse plugin.
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
removed the manual call to collapse() during postRender() and added some additional bootstrap classes to the elements that drive the accordian divs. I also made indexView have a reference to featuredDataView so that it doesn't create a new one every time it renders, though I don't believe that was the solution for this particular problem.
Actions