Comment on Vote up if you want the submission title displayed as your browser title for bookmarkingparentComments−aston19yNot the most effective method of eliciting a response, so far as I can tell. I submitted this same request a while ago: http://news.ycombinator.com/comments?id=9337−ralph19yAnd I also made the request nine days ago. http://news.ycombinator.com/comments?id=13273 We need more feedback in that feature request thread really.Perhaps the problem is due to the code starting to emit HTML very early on, before it knows what the title should be, in order to start providing data to the browser. As opposed to building all the HTML for the page before sending a byte.
Comments
Not the most effective method of eliciting a response, so far as I can tell. I submitted this same request a while ago: http://news.ycombinator.com/comments?id=9337
And I also made the request nine days ago. http://news.ycombinator.com/comments?id=13273 We need more feedback in that feature request thread really.
Perhaps the problem is due to the code starting to emit HTML very early on, before it knows what the title should be, in order to start providing data to the browser. As opposed to building all the HTML for the page before sending a byte.