Closed
Bug 56469
Opened 25 years ago
Closed 22 years ago
Clicking on plugins.refresh button for Navigator tests(Client Side Javascript) on Mozilla Build20000100914 for Solaris 2.7 Intel.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Balwinder.Sohi, Assigned: desale)
References
()
Details
(Keywords: dom0, Whiteboard: suntrak-n6)
Attachments
(1 file)
|
564 bytes,
text/html
|
Details |
1.Clicking on the test case for plugins.refresh displays a page with a button.
2.Nothing seems to happen when the button is clicked.A error is noticed in the
logs each time the button is clicked.
logs content:
JavaScript error:
lin 0:uncaught exception: [Exception..."Too few parameters to method" code:
"1008" nsresult: "0x805303f0 (NS_ERROR_DOM_TOO_FEW_PARAMETERS_ERR)" location:
"<unknown>"]
Comment 1•25 years ago
|
||
Desale, is this your testcase? The navigator.plugins.refresh() method takes a
parameter, true or false. Add that, and things should start working. If this is
not your testcase please reassign to whomever owns it.
Assignee: jst → desale
| Assignee | ||
Comment 2•24 years ago
|
||
sorry about that. I'm going tp update testcase there. Meanwhile I'm attaching
this testcase which works.
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Comment 4•24 years ago
|
||
testcase was invalid, so marking bug invalid.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 5•23 years ago
|
||
Reopening, since the testcase has _still_ not been updated. Please mark the bug
_fixed_ once you have actually fixed it, instead of marking it invalid just
because you feel like it.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 6•22 years ago
|
||
Taking bug, I fixed the error but leaving open I can verify the test works.
Status: REOPENED → ASSIGNED
Comment 7•22 years ago
|
||
Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•