Coder Social home page Coder Social logo

Comments (11)

epmatsw avatar epmatsw commented on July 28, 2024

It looks like the button is due to IE10 needing 'to top' as the parameter in linear-gradient instead of just 'top'

from countable.

epmatsw avatar epmatsw commented on July 28, 2024

The counting seems to be the result of the placeholder attribute triggering the input event, which is an interesting bug if that's the case.

from countable.

RadLikeWhoa avatar RadLikeWhoa commented on July 28, 2024

Can't do much about the gradient as it's generated by Compass. They are aware of the issue and currently fixing it.

About the placeholder and the input event, can you try to run this test and see if there's any output to the console?

from countable.

epmatsw avatar epmatsw commented on July 28, 2024

Ah, didn't realize it was generated. My bad.

And there's only output when you click into the box, not when you click out like on the demo site.

from countable.

epmatsw avatar epmatsw commented on July 28, 2024

On the other hand, that behavior is different from Firefox. In Firefox, there's only output when you actually type a character. In IE10, clicking into the box triggers output.

from countable.

epmatsw avatar epmatsw commented on July 28, 2024

All right, one last comment. To clarify, if there's placeholder text and you click into the input, it removes the placeholder and fires the event. Exiting the input box doesn't fire anything, and the placeholder comes back. Clicking into it again fires again, but after typing something (and firing the event appropriately), clicking into and out of the textbox doesn't fire anything.

from countable.

RadLikeWhoa avatar RadLikeWhoa commented on July 28, 2024

It is most likely an issue in IE's implementation then. Technically, the input event should only fire when the value has changed. As the placeholder is only shown with an empty value, the event shouldn't be fired in the situation you describe.

Any idea where we could file a bug with Microsoft?

from countable.

epmatsw avatar epmatsw commented on July 28, 2024

Haha, I have no idea. It's surprising that no one else would have noticed something like that, but I can't find anyone else having a problem using Google.

from countable.

epmatsw avatar epmatsw commented on July 28, 2024

All right. Filed a bug report: https://connect.microsoft.com/IE/feedback/details/781434/change-of-focus-to-input-with-placeholder-triggers-input-event

from countable.

RadLikeWhoa avatar RadLikeWhoa commented on July 28, 2024

The site returns a 404 for me, but it might be an issue on my side. Anyway, I think we can close this issue for now and wait for Compass to be fixed.

from countable.

epmatsw avatar epmatsw commented on July 28, 2024

I think if you're logged in to their public feedback site it should work. It was kind of a pain to get there.

from countable.

Related Issues (20)

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.