cant copy and paste the lat and lng values. How to fix this?
Guide contributeur
Stack technique
Aucun
Domaine
frontend
Type d'issue
bug
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
2
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
under 1 hour
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
clear
Prérequis
basic HTML/CSSJavaScript event handling
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
70
Direction de recherche
The issue reports that lat/lng values cannot be copied or pasted. Likely the coordinates are displayed in an input field or text element that has disabled text selection or copy. Investigate the UI component rendering the coordinates, possibly in a div with user select: none or an input with readonly attribute. Check for any JavaScript event handlers that intercept copy/paste events. Look at files like index.html or main.js in the repository.