Closed Bug 189302 Opened 22 years ago Closed 22 years ago

incorrect visualization of page under 1.2 and following releases

Categories

(SeaMonkey :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: bruno, Assigned: asa)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.3a) Gecko/20021212 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.3a) Gecko/20021212 <!The following page is correctly visualized in mozilla 1.0.1 but not in mozilla 1.2, 1.2.1 and 1.3a> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <BASE href="http://193.204.123.16:80/PRODUZIONEXDA/"> <title>Unita organizzative</title> <script language="JavaScript" src="scripts/util.js"></script> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body class="Form"> <form name="mainForm" action="SelezionatoreUnitaOrganizzativa.do" method=post onSubmit="return disableDblClick()"> <input type=hidden name="comando"> <INPUT TYPE=HIDDEN NAME="it.ibm.bframe.action.BusinessProcess" VALUE="/GestioneUtenteBP/SelezionatoreUnitaOrganizzativa$VOX0BF0E5MQ3NSUNSEKYHHA"> <INPUT TYPE=HIDDEN NAME="actionCounter" VALUE="3-0"> <input type=hidden name="scrollx"> <input type=hidden name="scrolly"> <input type=hidden name="focusedElement"> <input type=hidden name="requestor" value="/PRODUZIONEXDA/utenze00/lista_unita_organizzative.jsp"> <script>showMessage(0,null,null)</script> <table class="Panel" width="100%" height="100%"> <tr> <td> <span class="FormLabel">Esercizio</span> <select name="esercizio" style="background: #F5F5DC" class="FormInput" onchange="javascript:submitForm('doSelezionaEsercizio')" onfocus="focused(this)" onclick="cancelBubble(event)"> <option value="0" selected>2003</option></select> </td> </tr> <tr> <td> <span class="FormLabel">Unità organizzativa</span> </td> </tr> <tr height="100%"><td> <div style="overflow:auto;background-color:white;border:thin groove;height:100%;width:100%;"> <!-- INIZIO TABLE --> <table style="background:white;width:100%;height:100%" cellpadding="0" cellspacing="0"> <!-- INIZIO TABLE HEADER --> <thead> <tr valign="top"> <td class="TableHeader"><button class="Button" style="vertical-align:middle;" onclick="cancelBubble(event); if (disableDblClick()) sort('mainTable','cd_unita_organizzativa'); return false" onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)"><img align="middle" class="Button" src="img/sortable16.gif"></button><span class="FormLabel">Codice completo</span></td> <td class="TableHeader"><button class="Button" style="vertical-align:middle;" onclick="cancelBubble(event); if (disableDblClick()) sort('mainTable','ds_unita_organizzativa'); return false" onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)"><img align="middle" class="Button" src="img/sortable16.gif"></button><span class="FormLabel">Descrizione</span></td> <td class="TableHeader"><button class="Button" style="vertical-align:middle;" onclick="cancelBubble(event); if (disableDblClick()) sort('mainTable','cds_area_ricerca.cd_unita_organizzativa'); return false" onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)"><img align="middle" class="Button" src="img/sortable16.gif"></button><span class="FormLabel">Area Ricerca</span></td> <td class="TableHeader"><span class="FormLabel">Responsabile</span></td> <td class="TableHeader"><span class="FormLabel">Responsabile amm.</span></td> </tr> </thead> <!-- FINE TABLE HEADER --> <tbody> <!-- INIZIO RIGA 0 --> <tr class="TableRow" onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)" onClick="javascript:select('mainTable',0)"> <td class="TableColumn"><span class="FormInput">050.001</span></td> <td class="TableColumn"><span class="FormInput">MATEMATICA APPLICATA E TECNOLOGIE INFORMATICHE - Sezione di Milano</span></td> <td class="TableColumn"><span class="FormInput">&nbsp;</span></td> <td class="TableColumn"><span class="FormInput">BETRO&#39; BRUNO</span></td> <td class="TableColumn"><span class="FormInput">&nbsp;</span></td> </tr> <!-- FINE RIGA 0 --> <tr height="100%"><td colspan="5"></td></tr> </tbody> <input type="hidden" name="mainTable.focus"> </table> <!-- FINE TABLE --> </div> </td></tr> <tr><td> <div class="Toolbar"> <table cellspacing="0" cellpadding="0"> <tr align=center valign=middle> <td><button class="Button" disabled onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)"><img align="middle" class="Button" src="img/stepback16_d.gif"></button></td> <td><button class="Button" disabled onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)"><img align="middle" class="Button" src="img/back16_d.gif"></button></td> <td width="16"><button disabled style="background: Highlight;color: HighlightText;">0</button></td> <td><button class="Button" disabled onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)"><img align="middle" class="Button" src="img/forward16_d.gif"></button></td> <td><button class="Button" disabled onMouseOver="mouseOver(this)" onMouseOut="mouseOut(this)" onMouseDown="mouseDown(this)" onMouseUp="mouseUp(this)"><img align="middle" class="Button" src="img/stepforward16_d.gif"></button></td> </tr> </table> </div> </tr></td> </table> </table> </form> </body> </html> Reproducible: Always Steps to Reproduce: 1. start mozilla 1.2/1.2.1/1.3a 2. Click on file/open file 3. Actual Results: the page is incorrectly visualized Expected Results: correct visualization as in mozilla 1.0.1 (I didn't check 1.0.2)
There is table inside form. Form height is not defined, table height is 100%. So it 100% of 0. I think it is dupe of bug 189180. To fix it, need add style="height: 100%" to <form> definition.
Reporter, your page doesn't contain valid HTML code ! Check yourself at http://validator.w3.org This may not impact the rendering but is the first pass in debugging your problem. After overriding character encoding labeling (wich was not present in your page) i still receive 15 errors.
I omitted to say that the code is not mine, but was downloaded from an on-line administrative facility at CNR central site, which I must use for my duties and which I cannot change anyway ... well, I might tell them their code is wrong, but ... (anyway it works for releases before 1.2, as mentioned)
I don't think this is JavaScript Engine. Over to Browser General for triage.
Component: JavaScript Engine → Browser-General
really sending...
Assignee: rogerl → asa
QA Contact: pschwartau → asa
problem went away with final rel. 1.3
WFM according to reporter.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Verified WFM based upon Comment 6.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.