Jump to feed

The calendar does not seem to work on public feed. The wheel turns indefinitely eg October 1, 2019. On the feed profile it works.

image_transcoder.php?o=bx_froala_image&h=2938&dpx=1&t=1582049533

  • 324
  • More
Replies (6)
    • When I click it on my site, nothing happens at all. 

      This is what it looks like on UNA

      image_transcoder.php?o=bx_froala_image&h=2940&dpx=1&t=1582049938

      What it looks like on my site.. Has no box or anything like above at UNA

      image_transcoder.php?o=bx_froala_image&h=2941&dpx=1&t=1582050013

      • I can click and choose a date, the sort is eternal

        • I can't reproduce the issue, could you please provide access to your site to check it there ?

          • Hey Alex T⚜️ , Since you are not online to give you credentials, I recorded the actions of my clicking the Calendar icon (that gives me an error) in Chrome Developer and saw the following:

            view.js?rev=16:363 Uncaught TypeError: oInput.datepicker is not a function

                at BxTimelineView.showCalendar (view.js?rev=16:363)

                at HTMLAnchorElement.onclick ((index):5034)

            When I click "view.js?rev=16:363 " it opens the link of https://www.mywebsite.com/modules/boonex/timeline/js/view.js?rev=16

            Here is line 363 of that file (in bold)

            BxTimelineView.prototype.showCalendar = function(oLink)

            {

                var $this = this;

                var oInput = $(oLink).siblings('.' + this.sSP + '-jump-to-calendar');

                if(!oInput.length)

                    return;

                var sClassProcessed = this.sSP + '-datepicker-processed';

                if(!oInput.hasClass(sClassProcessed)) {

                    oInput.datepicker({

                        changeYear: true,

                        changeMonth: true,

                        dateFormat: 'yy-mm-dd',

                        yearRange: '1900:2100',

                        onSelect: function(sDate, oPicker){

                    $this.changeTimeline(oLink, sDate);

                        }

                    });

                    oInput.addClass(sClassProcessed);

                }

                oInput.datepicker('show');

            };

            • Same here on Una.io Alex, I choose October 1, 2019, it goes on and on.

              image_transcoder.php?o=bx_froala_image&h=2963&dpx=1&t=1582131466

              • Thank you, I was able to reproduce the problem:
                https://github.com/unaio/una/issues/2625

                Login or Join to comment.