Qbasicnews.com

Full Version: Topic titles missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
IE 6.0

It only happens once in a while...
HTML for the topic who's title is (still) missing

Code:
    <tr>
      <td class="row1" align="center" valign="middle" width="20"><img src="templates/smartDark/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
      <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=6861" class="topictitle" title="edit:still, I made copy-paste...and qb said:"END SUB or END ">How to make textbox?</a></span><span class="gensmall">

        </span></td>
      <td class="row2" align="center" valign="middle"><span class="postdetails">9</span></td>
      <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&amp;u=1233">-dezell-</a></span></td>
      <td class="row2" align="center" valign="middle"><span class="postdetails">99</span></td>
      <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">21 Sep 2004 04:05
<a href="profile.php?mode=viewprofile&amp;u=1233">-dezell-</a> <a href="viewtopic.php?p=78224#78224"><img src="templates/smartDark/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
    </tr>

Note the ... title="editConfusedtill, I made copy-paste...and qb said:"END SUB or END "> ... part.

Wink
Its an IE error, and its something to do with the : being next to the t. With a space in between it shows up fine. So I'm not sure why that causes a problem..

For comparsion, the only difference between IE showing the topic and it not is a space. Anyone know why?

Doesn't work in IE

Quote:<td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=6861" class="topictitle" title="editConfusedtill, I made copy-paste...and qb said:"END SUB or END ">How to make textbox?</a></span><span class="gensmall">

</span></td>

Works in IE:

Quote:<td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=6861" class="topictitle" title="edit Confusedtill, I made copy-paste...and qb said:"END SUB or END">How to make textbox?</a></span><span class="gensmall">

</span></td>

Firefox displays both versions.
Actually I thought it had something to do with the extra quote in there. Guess not lol. No idea why the colon would be messing it up though.
You are right, it is the quote. I just did some more testing. The colon is just a coincidence. It seems like its just the way the title text is parsed is different.
Ok, so the problem is when one of the tool tips encloses a quote mark. Wildcard, you could use php to strip the variable (used in the tool tip) of quotation marks, and see if the halts the problem.
Quote:Its an IE error, and its something to do with the : being next to the t. With a space in between it shows up fine. So I'm not sure why that causes a problem..

For comparsion, the only difference between IE showing the topic and it not is a space. Anyone know why?

Doesn't work in IE

Take a *wild* guess Big Grin (no pun intended)

Quote:Firefox displays both versions.

hmm...i'll be damned =P.
Actually I'm not sure if its an IE error as such, more like just the parsing being a bit more strict. I'm not sure how FireFox parses it and IE doesn't.

dark: I'll add that in asap.
change them to

Code:
&quot;

that should make them show up.
Ok I've done a "fix", it doesn't seem to be a problem in either browsers(Firefox/IE). Let me know if its working now or if I just managed to move the bug/problem elsewhere ;-)
Pages: 1 2 3 4