Joe Cheng
44a98b34cf
Revert "Reconnect"
2016-03-29 09:53:28 -07:00
Winston Chang
7cb0882c73
Add "force" option to allowReconnect
2016-03-28 21:29:23 -05:00
Winston Chang
486d4d1c88
Add 'action' parameter to notifications
2016-03-28 15:15:07 -05:00
Winston Chang
ded8b13e96
Reconnect UI refinements
2016-03-28 14:42:44 -05:00
Winston Chang
11af421f10
Use notification API for reconnection interface
2016-03-25 16:39:58 -05:00
Winston Chang
686ff235e7
New reconnect UI
2016-03-25 15:43:08 -05:00
Winston Chang
31f76a6d4d
Add back gray-out on disconnect
2016-03-25 15:40:46 -05:00
Winston Chang
50078078e0
Export show/hideReconnectDialog functions
2016-03-25 15:40:45 -05:00
Winston Chang
be85e1e2f7
Add onConnected and onDisconnected
2016-03-25 15:40:45 -05:00
Winston Chang
9ad1574292
Allow Shiny Server to properly override methods
2016-03-25 15:40:45 -05:00
Winston Chang
4b71825707
Increase reconnect delay time with subsequent attempts
2016-03-25 15:40:45 -05:00
Winston Chang
fb1fd88947
Tweaks to disconnection/reconnection UI
2016-03-25 15:40:45 -05:00
Winston Chang
dca527d8b6
Allow app to control reconnection behavior
2016-03-25 15:40:45 -05:00
Winston Chang
3452a445fe
Show box when trying to reconnect
2016-03-25 15:40:45 -05:00
Winston Chang
a06e9d2bef
Implement auto-reconnect
2016-03-25 15:39:31 -05:00
Winston Chang
36ae332959
Remove some public methods for notifications
2016-03-24 14:01:28 -05:00
Winston Chang
3e0d8da9d6
Add exports.renderContent to modularize content rendering in JS
2016-03-23 15:46:44 -05:00
Winston Chang
09c93bfb39
Escape ID
2016-03-23 14:34:20 -05:00
Winston Chang
34068b1598
Rename 'style' to 'type'
2016-03-23 14:34:20 -05:00
Winston Chang
0d6754761d
Add style argument
2016-03-22 15:36:21 -05:00
Winston Chang
ecb59e9c31
Add R notification functions
2016-03-21 16:47:55 -05:00
Winston Chang
85e3f04738
Restyle notifications and add close button
2016-03-21 13:59:12 -05:00
Winston Chang
f81301ece6
Simplify notification API
2016-03-18 15:53:40 -05:00
Winston Chang
382e5c1f43
Rename Shiny.Notification to Shiny.notifications
2016-03-18 14:59:43 -05:00
Winston Chang
0243f74dcd
Add delay before removal
2016-03-18 14:45:21 -05:00
Winston Chang
58737ef454
Add notification JS API
2016-03-18 14:45:21 -05:00
Winston Chang
5331aa08a7
Fixes for eslint
2016-03-18 14:15:36 -05:00
Winston Chang
375d7cc7b1
Update eslint rules
2016-03-18 14:15:36 -05:00
Barbara Borges Ribeiro
506e3e8a48
added another check in the JS to make sure that we're finding the correct icon
2016-03-18 18:55:38 +00:00
Barbara Borges Ribeiro
d2dd76e13d
fixed typo
2016-03-17 21:36:51 +00:00
Barbara Borges Ribeiro
e04dd3a4b1
check icon validity more robustly; set icon=character(0) as the way to get rid of a previous icon; updated documentaion and NEWS
2016-03-17 21:15:49 +00:00
Barbara Borges Ribeiro
2d39e06c97
find i-tag elements with *any* class (to circumvent the issue of selecting italicized text)
2016-03-17 14:55:57 +00:00
Barbara Borges Ribeiro
e1fc74bdc1
updates to input_binding_actionbutton.js and got rid of isIcon function (substituted by simple check instead)
2016-03-17 14:47:48 +00:00
Barbara Borges Ribeiro
3ab5d7f861
verify that button icons are in the right format (not necessarily valid though) and added updateActionButton()
2016-03-15 22:19:21 +00:00
Winston Chang
189f9589d4
Unset attributes in img that aren't present in new data
2016-02-09 16:02:39 -06:00
Winston Chang
6ab65e2031
Fix plot flickering on Safari and Firefox. Closes #776
...
Previously, a new img tag was added when a new plot was sent, but now it uses
the same img tag and changes the src attribute.
2016-02-09 11:08:25 -06:00
Winston Chang
897e077aca
Convert internal use of sendCustomMessage to sendMessage
2016-01-15 11:53:51 -06:00
Joe Cheng
f2410abc48
Merge remote-tracking branch 'origin/image-attr'
...
Conflicts:
inst/www/shared/shiny.js
inst/www/shared/shiny.js.map
inst/www/shared/shiny.min.js
inst/www/shared/shiny.min.js.map
2016-01-08 10:55:21 -08:00
Winston Chang
fc7e6bf542
Revert "Simpler fix for updating hidden sliders ( #1010 )"
...
This reverts commit 4e1caee7da .
See https://github.com/rstudio/shiny/issues/1010#issuecomment-169971201
2016-01-08 10:00:05 -06:00
Winston Chang
2f25d25eec
Use setAttribute() function to set image attributes. Fixes #936
2016-01-06 15:03:18 -06:00
Joe Cheng
6bfd65aa19
Guard against window.Shiny not being defined
2015-12-22 11:53:36 -08:00
Joe Cheng
2da9bc07ac
Defer subapp iframe loading until main app has loaded
...
Fixes #1047 defer loading of iframes
2015-12-22 11:14:12 -08:00
Winston Chang
4e1caee7da
Simpler fix for updating hidden sliders ( #1010 )
...
This also reverts the previous fix, #1026
2015-12-10 15:49:23 -06:00
Yihui Xie
4202991ca5
Fixes #1018 : make sure the selected value is always returned from server-side selectize
2015-12-09 11:52:50 -06:00
Joe Cheng
89cd58e4f8
Fix #1010 : updateSliderInput doesn't update hidden sliders
2015-12-08 11:13:18 -08:00
Joe Cheng
e391c1fda3
Implement autoreload
2015-11-04 13:44:38 -08:00
Yihui Xie
2be6d7a65c
Fixes #990 : revert to checking if FileList is supported by the browser, instead of checking IE8 literally (partially reverted a41e1dafc2)
2015-11-02 12:21:30 -06:00
Joe Cheng
6718d377bb
Fix and enhance reactlog
...
* Reactlog shortcut was broken due to reactlog.js not being included in
the gruntfile
* Reactlog has always shown every reactive event since the beginning of
the process (or at least since options(shiny.reactlog=TRUE)). This
commit makes it so Ctrl+F3 invocation only shows reactives that either
belong to no session (e.g. observers and reactives declared at the top
of server.R), or belong to this session.
2015-09-13 02:46:52 -07:00
Joe Cheng
129714b044
Allow shared brush IDs
2015-09-09 12:12:47 -07:00
Yihui Xie
076ac26929
call setValue() only once
...
otherwise every time an Ajax response is returned (e.g. during searching), the value is set to data.value
2015-09-09 13:29:37 -05:00