Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upheader title not showing in browser title bar #89
Comments
…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
…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
It doesn't look like the
extractTitlefunction indashboardPageis 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 indashboardPageis a valid workaround.