PolymerElements / paper-dialog-scrollable

A scrollable area used in a Material Design dialog
15 stars 18 forks source link

Rendering issue for scrolling dialog in IE11 on Win7 #40

Closed valdrinkoshi closed 8 years ago

valdrinkoshi commented 8 years ago

From @rictic on March 11, 2016 20:54

If you use IE 11 on Windows 7, go to the demo site, and open the scrolling dialog, it's weirdly skinny.

Copied from original issue: PolymerElements/paper-dialog#94

valdrinkoshi commented 8 years ago

From @rictic on March 11, 2016 20:55

Filed as P0 as this is causing problems for the share dialog in Play Music.

valdrinkoshi commented 8 years ago

It seems IE11 doesn't like position: fixed on the container of paper-scrollable , while Chrome and other browsers handle it correctly http://jsbin.com/pobigu/6/edit IE11 screen shot 2016-03-11 at 4 48 56 pm Chrome

screen shot 2016-03-11 at 4 49 17 pm

@notwaldorf, have you already seen something like this with iron-flex-layout?

valdrinkoshi commented 8 years ago

From @santosborom on March 13, 2016 9:45

I have observed this with IE11 on Windows 10. The scrollable dialog is "narrowed".