Closed Bug 540757 Opened 15 years ago Closed 15 years ago

No content from page with scriptlets

Categories

(Firefox :: General, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 300992

People

(Reporter: yoshimit, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6

The url provided has a scriptlet that shows some text.
FF 3.5.7 do not display it.
IE8 is ok.
Chrome 4.0.295.0 not ok.

Reproducible: Always

Steps to Reproduce:
1. go to http://www.procon.sp.gov.br/dpe_respostas.asp?id=24&resposta=202
2. note that in the middle of page is a big blank space
3. in this space should be displayed a text
Actual Results:  
Nothing is shown

Expected Results:  
The following text should be displayed:
"É um cadastro no qual os consumidores titulares de linha telefônica do Estado de São Paulo poderão inscrever os respectivos números e, assim, evitar o recebimento de chamadas das empresas de telemarketing ou dos fornecedores que se utilizam desta modalidade de oferta de produtos e serviços."

Nothing
And what makes you think that it's a bug in the browser and not in the page if it works only ion IE8 ?

from the Firefox error Console:

Error: missing ( before formal parameters
Source File: http://www.procon.sp.gov.br/admin/htmlarea/htmlarea.asp?htmlarea=resposta&readonly=true&fontBodySize=10
Line: 132, Column: 18
Source Code:
 function document.onreadystatechange() { 

That is IE DOM synatx and not supported
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
"And what makes you think that it's a bug in the browser and not in the page if
it works only ion IE8 ?"

Ohh... sorry.
I did'nt realized that bugzilla is only for developers that knows all technicalities.
You as user can of course report bugs here and we want such bugs reports.
For rendering bugs you should be sure that it's a browser bug and not a bug in the page as in most cases.

A good sign for a browser bug would be that it works in multiple browsers but not in Firefox or that it works in older Firwefox Versions but not in newer Versions. 
That you example only works in IE usually means that it's not a browser bug.
You need to log in before you can comment on or make changes to this bug.