Skip to content

Buffering spinner misaligned on IE #2084

@TheModMaker

Description

@TheModMaker

Have you read the FAQ and checked for duplicate open issues?
Yes

What version of Shaka Player are you using?
v2.5.4

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from master?
Yes

Are you using the demo app or your own custom app?
Demo app

If custom app, can you reproduce the issue using our demo app?

What browser and OS are you using?
IE11

For embedded devices (smart TVs, etc.), what model and firmware version are you using?

What are the manifest and license server URIs?
Any asset.

What did you do?

  1. Force buffering state:
shakaDemoMain.controls_.getLocalPlayer().isBuffering = function() { return true; }
shakaDemoMain.player_.dispatchEvent(
    new shaka.util.FakeEvent('buffering', {buffering: true}));

What did you expect to happen?
Buffering spinner should appear over play/pause button.

What actually happened?
Spinner was on the right side of the page.

Metadata

Metadata

Assignees

Labels

component: UIThe issue involves the Shaka Player UIflag: Why didn't we catch this soonerThis issue is embarassing; we may still need an automated test that could have prevented this issuestatus: archivedArchived and locked; will not be updatedtype: bugSomething isn't working correctly

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions