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

Filesystem nav broken (possibly Linux only) #19

Open
lmmx opened this issue Jun 6, 2016 · 0 comments
Open

Filesystem nav broken (possibly Linux only) #19

lmmx opened this issue Jun 6, 2016 · 0 comments

Comments

@lmmx
Copy link

lmmx commented Jun 6, 2016

I have a feeling this must be a Linux-only bug that noone's reported since noone is using this on Linux.

Could I confirm from a Mac user that this isn't seen on your machine?

  • opening a R/markdown file works fine
  • using the "Open file" navigation menu displays no files, and the filepath dropdown is empty (and cannot be typed into)
  • clicking the up arrow errors out the entire Shiny app session




The stack trace points to mod.editr (a function for the packager I put together changing a couple parameters to editr) — I've replicated the issue when just using the plain editr function.

The inner end of the stack trace points to fileGet at line 54 which appears to be from shinyFiles

  • Save works (and is even tied to Ctrl + S)

Happy to be assigned to fix this, just can't figure out precisely what's going wrong at the minute. (A variable "hidden" stores a list of shinyFilesButtons,

At a guess it seems the problem might be coming from shinyFiles:::shinyFilesButton('open') — so I might be best raising an issue on that repo instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant