Dean Attali

Results 542 comments of Dean Attali

Thanks for the report and investigative work. I do appreciate it, but if this solution causes another problem (selector not working) then I'd rather not implement it. If anyone can...

Hmm I can't replicate. Here's the screenshot I get from your code ![test png](https://user-images.githubusercontent.com/952340/114828159-92982880-9d97-11eb-89ab-137deacc1aad.png) That said, it is entirely possible that the screenshot mechanism isn't working on your system/browser. There...

I don't fully understand the problem/when an issue is happening. But your solution of `session$userData$.shinyscreenshot_added

I forgot another very important point regarding checking `session$userData$.shinyscreenshot_added` inside the button function: that function is a UI function. It gets called from a UI, not from a server. There...

Here's some documentation for how to use htmlDependency if you want to try to tackle that https://shiny.rstudio.com/articles/packaging-javascript.html#htmldependency-object

That sounds like a good idea. I think the only reason jquery is even included is just to support `colourWidget()` (using the colour picker as a pure htmlwidget outside the...

This is still a bug - can anyone in shiny team see if this is an easy fix?

@stla FYI you don't have to rely on javascript, you can manipulate the tag right in the UI. It's a little bit hacky because it uses knowledge of what an...

Yes the solutions we proposed are hacky but are the only way to achieve it without altering the shiny codebase, until this feature gets added

Using `tagQuery()` is indeed a nice clean approach. It should be noted though that it's a "new" function that only became available in htmltools version 0.5.2 from August 2021.