-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab-Button does not jump to the right spot after a tag is added #4494
Comments
Thanks for reporting @rebio - do you see this issue on http://preview.ideditor.com/master/ ? |
I can test it with the tip version. However, I have no idea when or why the bug occurs. It is not bound to an area or the area=yes tag though. I got the same bug while adding information to nodes and ways and also more than one way (so not a specific one, but random ways) a few times today. Since it's not a bug that appears once every full moon, I should get it sooner than later. |
Thanks for reporting this issue! I've been reproducing this issue in Firefox on the Mac for years, but it comes and goes from month to month for me, and I'm not sure whether it's iD's fault or Firefox's. I've gotten used to avoiding the Tab key in favor of clicking in the margin beside the textbox, which can be pretty inconvenient. |
If this is intermittent, I wonder if it's related to a slow network connection fetching autocomplete values from taginfo and then trying to focus on the wrong field.. Like #2876 |
I had this problem on various PCs with different internet connections (range from 2-125 MBit). So it is possible that it is related to the speed, but I don't think so. I have done a few edits with the latest builds now. I noticed that they are painfully slow, but I have not seen this bug so far. But since the bug appeared out of nowhere I'm not sure if it's really gone for good. |
I'm just editing with 2.5.0 and the bug still exists. |
I've also encountered this bug, and it's present on the master version. It is intermittent, but I've found it can occur on points, lines and areas; on any row of the tag list; and it doesn't matter if a tag value is suggested or not. If you want to try and reproduce it: draw an area, select natural > wetland preset. Click the + below all tags, type in "wet" and press tab. Type in "ti" so tidalflat appears then press tab. It should go to the second box on the third line. |
Reverse-duplicate of #4991, which is now fixed. 🎉 |
A pretty weird bug that I yet don't know how to exactly reproduce.
I edit a way/node/area and type in any key and press Tab to go to the tag. I enter the tag and press tab again to go to the next key. Instead of saving the tag and going to the new key field it does delete the inserted tag and jumps right to the tags field of the new key.
In the image above you see what it looks like. I created the area, wanted to insert area=yes. I entered "area", pressed tab. It jumped to the tag. I inserted "yes" and pressed tab again so that it jumps to the next key. On screen you can see the current cursor position.
The text was updated successfully, but these errors were encountered: