Code Monkey home page Code Monkey logo

Comments (4)

jonataswalker avatar jonataswalker commented on May 13, 2024

I'm afraid you'll have to describe a bit more of what's happening.

from ol-geocoder.

bwyss avatar bwyss commented on May 13, 2024

Hi, sorry for that.
Wow, I just realized that this is an openlayers 3 issue and not introduced by the geocoder.

The issue description: when you click to zoom, each click event on the zoom button will make the zoom button show the 'focus' (a blue border around the button). The focus should not persist after the click event IMHO.

This has a bad effect with the geocoder, when you click to open the geocoder the focus is off, and then when you click a second time to close the geocoder the focus is then left on. IIHO this is incorrect.

I will take up this issue with openlayers.

Cheers

from ol-geocoder.

jonataswalker avatar jonataswalker commented on May 13, 2024

Hmm, weird! Maybe a fiddle would help.

Closing for now.

from ol-geocoder.

bwyss avatar bwyss commented on May 13, 2024

Just figured it out, just need to add this to your css to make things right:

button:focus {
  outline: 0;
}

.ol-control {
    background-color: none;
    border-radius: 4px
}

.ol-control:hover {
    background-color: none;
}
.ol-control button:focus {
    text-decoration: none;
    background-color: #6A90B6;
}

Here is the normal behavior (of the zoom button css): http://jsfiddle.net/YoannBureau/f0z15rgj/
Here is the better behavior (again IMHO): http://jsfiddle.net/ydar2w65/

from ol-geocoder.

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.