Closed
Bug 108700
Opened 23 years ago
Closed 23 years ago
utilityOverlay.js
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: dennis, Assigned: asa)
Details
JavaScript debugger reports:
Error: redeclaration of const kIOServiceProgID
Source File: chrome://communicator/content/utilityOverlay.js Line: 1
This error caused otherwise healthy JavaScript form validation script on the
page to be ignored (a form was submitted which should not have been). The
form's JavaScript does not declare any constant, let alone one called
'kIOServiceProgID'. FYI, the form's JavaScript validation works in Navigator
4.77, IE 5.5, and Opera 5.12.
Comment 1•23 years ago
|
||
Reporter: how old is your build? I thought I remembered this particular error
being fixed recently.
if it's seen with 0.9.5 it sounds like a dup of bug 86238 (by way of bug 105767)
Reporter | ||
Comment 3•23 years ago
|
||
Build 2001101117; Mozilla 0.9.5
*** This bug has been marked as a duplicate of 86238 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•