Thomas Schaffner
Thomas Schaffner
@vnijs @mjhelf Sorry, I've been moving this week and haven't had much chance to look at anything. I can take a look this weekend.
@vnijs @mjhelf I've played around a bit, and I can reproduce the error on Firefox on Mac. Removing classes/event listeners from the breadcrumbs (folder selection) dropdown does not seem to...
@vnijs @lbusett From this stackoverflow (https://stackoverflow.com/questions/23232081/bootstrap-modal-disabling-text-fields-from-child-div) it seems like the problem is pretty old and related specifically to bootstrap modals. Bootstrap modals have an attribute "tabindex" set to -1. I've...
I've put up a minimal example project at https://github.com/afriendlyrobot/shiny_remove_tabindex_example with some plain javascript. The script.js file finds the '#shiny-modal' element and removes the 'tabindex' attribute, then sets an event listener...
@vnijs It would certainly be possible to include an option (maybe for a slightly more general script, including more than just shiny modals), and I should be able to add...