Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Double-clicking in rename input acts like double-clicking file normally #2509

Closed
peterflynn opened this issue Jan 10, 2013 · 5 comments · Fixed by #2802
Closed

Double-clicking in rename input acts like double-clicking file normally #2509

peterflynn opened this issue Jan 10, 2013 · 5 comments · Fixed by #2802

Comments

@peterflynn
Copy link
Member

  1. Select an item in the file tree
  2. Right-click > Rename
  3. Double-click inside the text field

Result: the rename is committed (not canceled), and the file is added to the working set.

Expected: selects word in text field, just like double-clicking in other text fields. Rename mode remains active and file isn't added to working set.

@peterflynn
Copy link
Member Author

This repros in master, so it's not related to rename-on-click (#2412)

@ghost ghost assigned gruehle Jan 14, 2013
@njx
Copy link
Contributor

njx commented Jan 14, 2013

Reviewed, assigning to @gruehle.

@WebsiteDeveloper
Copy link
Contributor

@gruehle I have a fix for this and i will submit a pull request shortly

WebsiteDeveloper pushed a commit to WebsiteDeveloper/brackets that referenced this issue Feb 2, 2013
Added a check if an input field is a descendant of the current li
@redmunds
Copy link
Contributor

redmunds commented Feb 8, 2013

FBNC back to @peterflynn

@ghost ghost assigned peterflynn Feb 10, 2013
@peterflynn
Copy link
Member Author

Confirmed; closing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.