marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

`ResizeSensor` not works under IE? #188

Closed aleen42 closed 6 years ago

aleen42 commented 6 years ago

I have recently used ResizeSensor for detecting changment of size for an element, but it seems that the event has not been triggered yet under ID when I change the size of $wrapper, and does it support IE?

image

aleen42 commented 6 years ago

I have tested that it only supports above IE10, while IE9 and IE8 is not.

marcj commented 6 years ago

Well, does the demo site work in your IE9/8?

aleen42 commented 6 years ago

I check it later

aleen42 commented 6 years ago

image

It seems that I cannot use the demo

aleen42 commented 6 years ago

image

Please check your script first.

aleen42 commented 6 years ago

So is there any result?

marcj commented 6 years ago

No

aleen42 commented 6 years ago

@marcj Ok, I am waiting foy your fixing.

marcj commented 6 years ago

Should be fixed, will be part of the next version 1.0.0 in the next hours. We support only IE 10 and plus now.