orizens / echoes

Echoes is a media player based on youtube which provides a great user experience (no ads!). Overall, it's a web application that is based on angular.js & bootstrap.
http://orizens.github.io/echoes/index.html
MIT License
336 stars 69 forks source link

Rendering issues #64

Closed dnbard closed 9 years ago

dnbard commented 9 years ago

I've got this after the scrolling:

2015-08-23_1600

Browser: Chrome 44 OS: Windows 7

orizens commented 9 years ago

hi @dnbard Unfortunately, i get this too in Windows (version 8.1) only. I suspect it has something to do with Chrome and css's "translate3d", but am not sure.

orizens commented 9 years ago

I found a similar bug description in chrome I will try to implement the suggested patch.

orizens commented 9 years ago

i have a new direction regarding this issue: a possible source for this problem is the css "transform" rule for the dropdowns/dropups of the media info and the user menu.

dnbard commented 9 years ago

Looks great! :+1:

orizens commented 9 years ago

@dnbard thanks for checking