Questions not linked ... comments?
This question appears routinely and askers are usually given the work around ...click on the profile .... and/or the suggestion to use any browser other that Internet Explorer.
Stadt asked it again yesterday, accepted an answer and moved on but it still bugs me.
Can anyone confirm, deny or clarify the following conclusion?
Taking into account Pesta's research, Ron's observation and my tweeking of some of the questions that trigged the conversation ... how does this sound:
The questions without a link result when quotation marks are used in the asker's first line of the question (Not the title, the question itself) and the resulting syntax error is not auto-corrected by either the server or the viewer's browser.
Obviously, the question is there. It can be seen by everyone. The question has a link, if not on the question as listed in the Answers page, at least on the asker's Profile page.
From a user's standpoint, since the link is there, using a browser that can interpret it correctly is choice A, and linking through the profile is choice B.
From a programmer's standpoint, removing the duplicate quotation marks would be useful.
2 Answers
I hate to defend Microsoft here, but it's not their fault. SpanishDict is a complex and dynamic application (kudos! to the team). The HTML file generated for browsers to consume are constructed by a server computer using information from a database, including all the answers, responses, comments, etc. that we users enter. The formatting of the HTML must follow strict rules of grammar, which need to be anticipated by the logic used in the server application (is anyone still awake after this?).
In short, if our message text contains characters used by the HTML grammar, and the server logic is missing special translation to keep those characters from breaking the HTML grammar rules, then bad things happen. It just happens that some browsers have robust logic which tries to figure out what that HTML was supposed to mean, and sometimes even that logic fails (like with IE, and sometimes others).
That appears to be what's causing it. Great detective work. I just fired up IE (man, how I hate that piece of junk) and the very first question wasn't linked. So I went through the user's profile, removed the quotes from the first line of the question, and voila, it linked in IE.
I propose you send Microsoft an e-mail telling them to fix their d*mn code. Sorry. Professional programming jargon.