getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.52k stars 4.12k forks source link

crash report is stretched upon opening in IE11 until resize #5601

Closed vzaidman closed 3 years ago

vzaidman commented 7 years ago

using

in IE11

I have a bug where upon first opening of the crash report, the window is stretched like in mobile mode.

a minor resize immediately solves it.

01

vzaidman commented 7 years ago

looks like i also found a solution: https://stackoverflow.com/questions/34736866/css-is-broken-in-ie11-until-developer-tools-are-opened

rename

@media screen and (max-width: X)

appearances in csses to

@media screen (min-width: 1px) and (max-width: X)
benvinegar commented 5 years ago

Thanks for opening. Sorry we didn't get around to this – today we only support Edge.

vzaidman commented 5 years ago

Where can i see the list of the supported browsers?

benvinegar commented 5 years ago

Oh my bad, this is for the User Feedback dialog. That has higher browser requirements than the Sentry UI, and should support IE11.

BYK commented 3 years ago

Closing this issue due to staleness. Feel free to comment here if you think we should still work on this.