nhn / tui.date-picker

Component that selects specific date.
https://nhn.github.io/tui.date-picker/latest/
MIT License
94 stars 30 forks source link

explorer8+ is it Working? #37

Closed HYEN35 closed 5 years ago

HYEN35 commented 5 years ago

It is not working in Explorer. my explorer version is 11.

shiren commented 5 years ago

It's working here.

image

shiren commented 5 years ago

Can you explain more specific?

HYEN35 commented 5 years ago

1 ▲When you open the sample html in Explorer, a guide window appears stating that the JavaScript has been blocked. This is the screen after you allow the blocked script. Under that condition, only year moves. Selecting a date and not working at all.

https://github.com/nhn/tui.date-picker/tree/production A problem occurs when you open the html file in the sample folder downloaded from the above link into Explorer.

https://nhn.github.io/tui.date-picker/latest/tutorial-example01-basic This site is well implemented when you open it with Explorer.

bug1 bug2 ▲This picture is an error message. When you save and connect 'tui-code-snippet.js' locally, an error message such as a picture appears. The same error message appears when you connect to CDN link.

bug3 ▲I put in a link like this.

shiren commented 5 years ago

IE doesn't support localStorage that component needs in local file(file://) Could you test on server?

You can simply use development server

npm run serve
HYEN35 commented 5 years ago

OMG... It's solved... Thank you... :)

shiren commented 5 years ago

Close this issue plz :)