Skip to content
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

spaces in filenames #13

Closed
redneb opened this issue Apr 9, 2014 · 3 comments
Closed

spaces in filenames #13

redneb opened this issue Apr 9, 2014 · 3 comments
Assignees
Milestone

Comments

@redneb
Copy link

redneb commented Apr 9, 2014

It appears that the current version (v1-beta-6) cannot handle correctly spaces in the names of password files and directories:

  • the relevant entries do appear in the menu but spaces are escaped with a \ (e.g. "foo bar" will apear as "foo\ bar"
  • clicking on a menu entry will not fill in the login form correctly
@jvenant jvenant added the bug label Apr 9, 2014
@jvenant jvenant added this to the v1-beta7 milestone Apr 9, 2014
@jvenant jvenant self-assigned this Apr 9, 2014
jvenant added a commit that referenced this issue Apr 9, 2014
@jvenant jvenant added the Done label Apr 9, 2014
@jvenant
Copy link
Collaborator

jvenant commented Apr 9, 2014

Fixed in v1-beta-7

@redneb
Copy link
Author

redneb commented Apr 9, 2014

It now only takes care of the first space. You need the global flag for the regex:
replace(/\\ /g, ' '),

@jvenant
Copy link
Collaborator

jvenant commented Apr 10, 2014

Oups, sorry about that. I didn't do a new release, but I fix the current. So you can re-download v1-beta-7

@jvenant jvenant closed this as completed Apr 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants