Giter Site home page Giter Site logo

IE support about column-view-component HOT 6 OPEN

SherryHuangUS avatar SherryHuangUS commented on May 24, 2024
IE support

from column-view-component.

Comments (6)

Jupiterrr avatar Jupiterrr commented on May 24, 2024

Actually I don't know, but since this component is based upon Polymer, which only supports IE 11+, I guess no.
I don't think I've used any special Polymer feature except the nicer API, it could be easily written without it. But if you don't care if its a WebComponent or not, I suggest you take a look at https://github.com/Jupiterrr/column-view.

from column-view-component.

SherryHuangUS avatar SherryHuangUS commented on May 24, 2024

Thank you! We are using IE 11 now. It works perfectly.
But we have another issue. I have a select in the same page, some how I can not trigger $(document).on('change', .......). I got no error message in the console, so I have no idea why it happens. Do you have any ideas what may be the problem?

BTW, if I comment out "script src="bower_components/platform/platform.js"></script"
the change of that select can be triggered.

from column-view-component.

Jupiterrr avatar Jupiterrr commented on May 24, 2024

Have you already tried updating polymer? The version stated in bower.json is old.
I would try to replace it with "polymer": "Polymer/polymer#^1.1.0" and see if its works.

from column-view-component.

SherryHuangUS avatar SherryHuangUS commented on May 24, 2024

I tried the new version, but a lot of stuff changed like the syntax and tag names. I found a document talking about it: https://www.polymer-project.org/1.0/docs/migration.html
It seems the column-view code need to be changed a lot too.
Do you have a plan to update this component with the new version of polymer recently?

from column-view-component.

SherryHuangUS avatar SherryHuangUS commented on May 24, 2024

Hi, I fixed the migration of polymer, but the change event of select is still not triggered.
Also it seems the platform.js is updated to webcomponents.js, do we need to change?

from column-view-component.

Jupiterrr avatar Jupiterrr commented on May 24, 2024

I started updating everything. I'm not done yet, but you can take a look a the PR #3.
You were right. A lot of stuff needed to be changed and updated.

from column-view-component.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.