Click to See Complete Forum and Search --> : Odd table stuff


madwormer2
04-03-2006, 08:16 AM
When I'm in the discussion section, I can never click the code critique button the first time I try - it always moves the table around.

http://media.putfile.com/dodgy-table <- video of it happening

Does anyone know why this is happening? It's kinda annoying :P

I use FF 1.5.0.1

khendar
04-04-2006, 04:28 AM
Not too sure - But it happens for all the for all the forums in the discusssion section.

Had a squiz at the code and couldn't spot anything obvious. I did find this though:

473: <table id="main"><tr><td valign="top>

Might have something to do with it...perhaps...probably not though.

JPnyc
04-04-2006, 05:33 PM
Well in general, if it only happens with one version of one browser, assume it's the fault of that version of that browser.

JPnyc
04-04-2006, 05:35 PM
Actually it can't be that. I just tried with that version and it works fine.

madwormer2
04-04-2006, 06:33 PM
Make sure you're using http://www.phpbuilder.com/board/forumdisplay.php?f=4 and not the board index.

suntra
12-10-2006, 10:45 PM
When looking at the JavaScript console...

Erreur : uncaught exception: Permission refusée d'appeler la méthode Location.toString

Translation (surely something like this) :

Error : uncaught exception : Permission denied to call Location.toString

bradgrafelman
12-10-2006, 11:11 PM
Reproduced error in FF 1.5.0.8 ... not a JavaScript problem. I'm still debugging this one... weird...

EDIT: Bug doesn't appear in IE6.
EDIT: Happens with any link inside the "Sub-Forums: Discussion" table on that page (excluding "Search this Forum" link).
EDIT: Here's the erroneous code: <table id="main"><tbody><tr><td center="" valign="top&gt;
&lt;!-- content table --&gt;
&lt;!-- open content container --&gt;

&lt;div align=">
<div class="page" style="width: 100%; text-align: left;">
<div style="padding: 0px 10px;"> See the malformed td tag that is started, but then the valign attribute is missing a closing quote and the '>' to close the td tag was turned into it's HTML-equivalent character sequence (or whatever that's called :p).

To fix the page, the HTML should look like this: <table id="main"><tbody><tr>
<!-- content table -->
<!-- open content container -->
<div class="page" style="width: 100%; text-align: left;">
<div style="padding: 0px 10px;"> (Malformed TD and DIV tags both removed - not needed, as well as fixing the content entities to have literal <'s and >'s.)

Weedpacket
12-11-2006, 02:43 AM
Actually it can't be that. I just tried with that version and it works fine.I managed to replicate it in FF2 by letting adblock loose on the page ;):evilgrin: