As far as I know, the issue is only with Chrome on Windows.. Firefox, IE, and 
Edge should be ok.
We’re tracking it here:  https://github.com/openstreetmap/iD/issues/3805 
<https://github.com/openstreetmap/iD/issues/3805>

It’s very similar to another issue that I fixed in December, so I think I can 
probably get this fixed before the next iD release in a week or two.

The summary of this issue is - your browser generates lots of events for things 
like mouse button clicks and releases (mousedown and mouseup).  We use these to 
know whether you are clicking on things or dragging the map around.  Sometimes 
Chrome on Windows just loses the events - so we see a mousedown but not a 
mouseup, and the user is stuck mid-click while iD waits for an event that’s 
never going to happen.  

The fix is to just add some code to watch for this condition. If we’re waiting 
for a mouseup and we detect another mousedown, we know that the browser “lost” 
the mouseup event and we should just carry on as if the user is clicking a 
thing for the first time. 

Hope this is helpful.. I marked the issue as “priority” and I think I can get 
it fixed in the next week or so.

Thanks,
Bryan




> On Apr 20, 2017, at 11:00 AM, David Kewley <[email protected]> wrote:
> 
> It may be a problem only on Windows -- I have no problem on my Chromebook.
> 
> Unfortunately a large fraction of laptops brought to a mapathon are typically 
> Windows, I bet.
> 
> David
> 
> On Thu, Apr 20, 2017 at 5:27 AM, Ralph Dell <[email protected] 
> <mailto:[email protected]>> wrote:
> I am not having any problem selecting on a click in chrome.
> 
> I tried every type of feature and everything worked.
> 
>  
> 
> From: Mike Thompson [mailto:[email protected] <mailto:[email protected]>] 
> Sent: Wednesday, April 19, 2017 2:28 PM
> To: Ralph Dell <[email protected]>
> Cc: Charlotte Wolter <[email protected] <mailto:[email protected]>>; 
> Open Street Map Talk-US <[email protected] 
> <mailto:[email protected]>>
> Subject: Re: [Talk-us] [HOT] iD issues?
> 
>  
> 
> Ralph,
> 
>  
> 
> That is the URL I am using.  I have been testing Firefox and IE this morning 
> and have not been having any problems. Only under Chrome am I having a 
> problem.
> 
>  
> 
> Mike
> 
>  
> 
> On Wed, Apr 19, 2017 at 12:15 PM, Ralph Dell <[email protected] 
> <mailto:[email protected]>> wrote:
> 
> What url are you using for iD?
> 
> https://www.openstreetmap.org/edit <https://www.openstreetmap.org/edit> in 
> firefox or anywhere else gives me the issues you are having.
> 
>  
> 
>  
> 
> From: Mike Thompson [mailto:[email protected] <mailto:[email protected]>] 
> Sent: Wednesday, April 19, 2017 11:11 AM
> To: Charlotte Wolter <[email protected] <mailto:[email protected]>>
> Cc: Open Street Map Talk-US <[email protected] 
> <mailto:[email protected]>>
> Subject: Re: [Talk-us] [HOT] iD issues?
> 
>  
> 
>  
> 
>  
> 
> On Tue, Apr 18, 2017 at 9:46 PM, Charlotte Wolter <[email protected] 
> <mailto:[email protected]>> wrote:
> 
> 
>         Some updates were made to iD some weeks ago. Apparently, somehow, it 
> made clicking on a feature to select it more difficult. I use Firefox, and 
> usually have to click 3 or 4 times to get an individual item selected.
> 
> I wonder if the folks that maintain iD could just temporarily revert to the 
> previous version while this is worked out?  Just a thought. Regardless, I 
> still think iD is a great piece of software and appreciate what Bryan and 
> others do to maintain it.
> 
>  
> 
>  
> 
> 
> _______________________________________________
> Talk-us mailing list
> [email protected] <mailto:[email protected]>
> https://lists.openstreetmap.org/listinfo/talk-us 
> <https://lists.openstreetmap.org/listinfo/talk-us>
> 
> 
> _______________________________________________
> Talk-us mailing list
> [email protected]
> https://lists.openstreetmap.org/listinfo/talk-us

_______________________________________________
Talk-us mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/talk-us

Reply via email to