Closed
Bug 541483
Opened 15 years ago
Closed 15 years ago
Ajaxterm crash, no terminal is shown on page. It was working fine on FIREFOX 3.5.6 version
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: julien.jouannet06, Unassigned)
References
()
Details
(Whiteboard: [closeme 2010-11-01][needs more info from the reporter])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6
setting a property that has only a getter on sarissa.js
sarissa.clearchildNodes is not a function on sarissa_dhtml.js
Reproducible: Always
Steps to Reproduce:
1. When loading page
2.
3.
Actual Results:
Terminal doesn't appear
I have used firebug and report this pb. I didn't have this problem using firefox 3.5.6.
I' ve reproduced same problem on windows xp using firefox 3.6 browser
Comment 1•15 years ago
|
||
Need more details. Why is this a problem in the browser and not in the web page? Can you provide a simplified example demonstrating the issue at the core of this?
Whiteboard: [needs more info from the reporter] [closeme 2010-05-12]
This is a browser problem, because it was working on Mozilla version 3.5.6 and tried to browse same page on Opera, Internet Explorer and Google chrome without problem. So i think this is not a page code problem.
When i launch my page on firefox, i have this two errors using extension firebug 1.5.3 :
setting a property that has only a getter
[Break on this error] XMLDocument.prototype.readyState = 0;
and
Sarissa.clearChildNodes is not a function
[Break on this error] Sarissa.clearChildNodes(oTargetElement);
I don't know what it means. I have those erros on to javascript files.
Comment 3•15 years ago
|
||
Unfortunately, there's not much we can do, unless someone debugs the problem and creates a small testcase demonstrating a problem with the browser.
Comment 4•15 years ago
|
||
testing 4.0beta would be a good idea. Still, a reduced testcase would be needed
Severity: normal → minor
Keywords: testcase-wanted
Whiteboard: [needs more info from the reporter] [closeme 2010-05-12] → [closeme 2010-11-01][needs more info from the reporter]
Comment 5•15 years ago
|
||
Closing since now after whiteboard closeme date and no reply to last comment.
Please reopen/comment with further info, if you still see this issue with Firefox 3.6.13 or later in safe mode:
http://support.mozilla.com/kb/Safe+Mode
If you wish, you can also try to reproduce in Firefox 4 Beta 8 or later:
http://www.mozilla.com/en-US/firefox/all-beta.html
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Version: unspecified → 1.9.2 Branch
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•