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

header title not showing in browser title bar #89

Closed
jrowen opened this issue Aug 20, 2015 · 0 comments · Fixed by #203
Closed

header title not showing in browser title bar #89

jrowen opened this issue Aug 20, 2015 · 0 comments · Fixed by #203
Assignees

Comments

@jrowen
Copy link

jrowen commented Aug 20, 2015

It doesn't look like the extractTitle function in dashboardPage is finding the title. In the example below, I can see the title in the header as <span class="logo">Dashboard Demo</span>. Setting the title param in dashboardPage is a valid workaround.

header <- dashboardHeader(
  title = "Dashboard Demo"
)

shinyApp(
  ui = dashboardPage(
    header,
    dashboardSidebar(),
    dashboardBody()
  ),
  server = function(input, output) { }
)
@wch wch added the targeted label Jan 26, 2017
bborgesr added a commit that referenced this issue Apr 20, 2017
…e's title from dashboardHeader (if the title is not provided directly to dashboardPage); however, we were selecting the wrong child of the header tag object
@bborgesr bborgesr self-assigned this Apr 20, 2017
@wch wch closed this as completed in #203 Apr 20, 2017
@wch wch removed the in progress label Apr 20, 2017
bborgesr added a commit that referenced this issue Apr 21, 2017
…e's title from dashboardHeader (if the title is not provided directly to dashboardPage); however, we were selecting the wrong child of the header tag object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants