kahunamoore / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 1 forks source link

Using <Enter> upon Renaming Layer doesn't trigger the "Layer already has that name" message #491

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select a layer "Layer 1"
2. Select Rename layer
3. Type in "Layer 1" and use the Enter key

What is the expected output?

The "Layer already has that name" message should pop-up

What do you see instead?

Nothing

In what browser did you experience this problem?

All

Please provide any additional information below.

The message only pops-up if the "Ok" button is used to validate the new name.

Renaming the layer to another name and using Enter to validate works (no
need to use the OK button), so the message should also appear for the "same
name" message. 

Original issue reported on code.google.com by worms_...@yahoo.com on 19 Feb 2010 at 3:46

GoogleCodeExporter commented 9 years ago
Interesting, good find!

Original comment by adeve...@gmail.com on 10 Mar 2010 at 12:09

GoogleCodeExporter commented 9 years ago
Fixed in r1668. Apparently the second message was immediately hidden due to the 
enter button still being held down. I've changed it to "keyup" now, so that 
fixes it.

Original comment by adeve...@gmail.com on 18 Aug 2010 at 3:19