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

Fixed: Issue 2509 Double-clicking in rename input acts like double-clicking file normally #2802

Merged
merged 2 commits into from
Feb 8, 2013

Conversation

WebsiteDeveloper
Copy link
Contributor

Fixed #2509
@redmunds i opened up a new pull

@ghost ghost assigned redmunds Feb 8, 2013
* @return boolean true if an input field is present
*/
function isInRename(event) {
return ($(event.target).closest("li").find("input").length === 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logic got reversed. You want to check length > 0, right?

@redmunds
Copy link
Contributor

redmunds commented Feb 8, 2013

Done with review.

@WebsiteDeveloper
Copy link
Contributor Author

@redmunds ready for final review

@redmunds
Copy link
Contributor

redmunds commented Feb 8, 2013

Looks good. Merging. Thank you.

redmunds added a commit that referenced this pull request Feb 8, 2013
Fixed: Issue 2509 Double-clicking in rename input acts like double-clicking file normally
@redmunds redmunds merged commit 30a7028 into adobe:master Feb 8, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Double-clicking in rename input acts like double-clicking file normally
2 participants