You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$event.target.offsetWidth have different value depends on click place.
If we click on the area which not was played before everything {green arrow} seekPercentage works good. Because target area is
$event.target = (div.progress) which have static width.
But if click target in played area {red arrow}.
$event.target = (div.progress-bar) which have fluid width, calculation become wrong.
To reproduce bug, just click two times in one place at red arrow (div.progress-bar).
The text was updated successfully, but these errors were encountered:
RuZniki
added a commit
to RuZniki/angular-media-player
that referenced
this issue
Dec 3, 2014
$event.target.offsetWidth have different value depends on click place.
If we click on the area which not was played before everything {green arrow} seekPercentage works good. Because target area is
$event.target = (div.progress) which have static width.
But if click target in played area {red arrow}.
$event.target = (div.progress-bar) which have fluid width, calculation become wrong.
To reproduce bug, just click two times in one place at red arrow (div.progress-bar).
The text was updated successfully, but these errors were encountered: