jywarren / cartagen

Cartagen is a vector-based, client-side framework for rendering maps in native HTML 5. Maps are styled in GSS, a cascading stylesheet specification for geospatial information – a decision which leverages literacy in CSS to make map styling more accessible.
https://jywarren.github.io/cartagen/
MIT License
255 stars 27 forks source link

Delete key in some browsers causes local environment to fail #91

Closed jywarren closed 13 years ago

jywarren commented 13 years ago

only solution is page refresh

which browsers?

Linux: Chrome and Firefox seem OK Mac: Windows:

THis should be turned into a request for a functional Delete key especially now we have the keyUp and keyPressed issue resolved and can handle odd keys. It may involve a suppressDefaults() call -- in Chrome, the delete key goes back 1 page load.

jywarren commented 13 years ago

knitter forked