jquery.timeline icon indicating copy to clipboard operation
jquery.timeline copied to clipboard

Alignment crash on firefox

Open abdielcs opened this issue 3 years ago • 1 comments

Trying to apply alignment on firefox will crash. Firefox browser 88.0.1 (64-bit).

To Reproduce

  1. Go to https://ka2.org/jqtl-v2/index.php with Firefox
  2. Change Alignment to current, Then Click on button.
  3. See error

Screenshots image

**Desktop

  • OS: Windows 10
  • Browser chrome
  • Version 88.0.1 (64-bit).

Additional context I found the problem in my own context and it happens with the default 'rangeAlign' => 'current' and also $('#my-timeline').Timeline('alignment', 'now', 'fast'); . On chrome it's behave OK.

Maybe is related to Cuba timezone, but at least Chrome handle it well.

abdielcs avatar May 13 '21 15:05 abdielcs

Hi,

On my environment (Windows 10+Firefox88.0.1(64bit)), I couldn't reproduce your problem. Also, I tried changing my system time zone to "Atlantic Standard Time" which is UTC-04:00 same likes Cuba (because Windows OS doesn't have "Cuba (CDT)" in its system time zone), but it still didn't occur that trouble.

ka215 avatar May 17 '21 08:05 ka215