-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Scenario:
Running the "History of Idaho" demo with jQuery 1.8.2 & jQueryUI 1.8.23
What:
Descriptions don't show up when clicking on a timeline item.
Issue:
tg.TG_TimelinePlayer.eventModal isn't called because event isn't bound
at TG_TimelineView:558
Possible solution:
Change
.delegate(CONTAINER + " .timeglider-timeline-event", CLICKORTOUCH, function () {
to
.delegate(".timeglider-timeline-event", CLICKORTOUCH, function () {
or
.on(CLICKORTOUCH, ".timeglider-timeline-event", function () {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels