Closed
Bug 295682
Opened 20 years ago
Closed 20 years ago
Permission denied to get the property XULElement.selectedIndex
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 236791
People
(Reporter: xavophonic, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 I get a strand message in the JS console when I try entrer the user name. Reproducible: Always Steps to Reproduce: 1.go to URL above 2.click on the field "Votre identifiant" 3.display Javascript console Actual Results: Error : [Exception... "'Permission denied to get the the property XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: http://www.bureau-alsace.com/opencms/opencms/system/modules/com.adelis.bureau.alsace/resources/js/champaide.class.js :: libereChampText :: line 25" data: no] Source File : http://www.bureau-alsace.com/opencms/opencms/system/modules/com.adelis.bureau.alsace/resources/js/champaide.class.js Line : 25 Here is the line 25 : function libereChampText() { if(this.value == this.valeurParDefaut) { /* line 25 --> */ this.value=''; } } Expected Results: No error message ?
Comment 1•20 years ago
|
||
I don't get this error message. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050526 Firefox/1.0+. Futhermore, i think the problem is in the webpage.
Comment 2•20 years ago
|
||
Duplicate of bug 236791?
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 236791 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
| Assignee | ||
Updated•8 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•