att / rcloud.shiny

Shiny support for RCloud
Other
4 stars 12 forks source link

shiny cells: occasional please wait of doom with big white background #3

Closed gordonwoodhull closed 9 years ago

gordonwoodhull commented 9 years ago

From @gordonwoodhull on January 7, 2015 4:16

add screenshot here.

seems to happen more on windows. almost certainly due to loading an aircraft carrier worth of headers, css, etc, into the cell where it does not belong.

Copied from original issue: att/rcloud#1172

gordonwoodhull commented 9 years ago

hopefully we can generate an html fragment in this case instead of trying to paste a whole html page into a cell.

gordonwoodhull commented 9 years ago

From @robert-a on January 9, 2015 23:10

shiny was loading bootstrap.min (css & js). Removing these extra copies seems to clear up the problem.

gordonwoodhull commented 9 years ago

From @s-u on February 9, 2015 22:14

User error to insert full HTML into a cell (and expect it to work).