Closed
Bug 310786
Opened 19 years ago
Closed 18 years ago
Autocomplete doesn't show 2 or more options when double-click in a form
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: willyaranda, Unassigned)
Details
(Whiteboard: CLOSEME 06/27)
Attachments
(1 file)
|
132.47 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.12) Gecko/20050924 Firefox/1.0.7 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.12) Gecko/20050924 Firefox/1.0.7 In some cases, when I load a page (http://ogame.com.es) and I try to select one of my 4 accounts in it in the form, JavaScript console gives an error: [Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR) location: "chrome://global/content/bindings/autocomplete.xml Line:567 And here is the lines: <method name="removeColumn"> <parameter name="aColId"/> <body><![CDATA[ return this.treecols.removeChild(document.getElementById(aColId)); <<---- This is the line ]]></body> </method> Reproducible: Sometimes Steps to Reproduce: 1.Have 2 differents options in a form 2.Click in the form 3.No option appears Actual Results: Autocomplete doesn't show the differents options for a form Expected Results: It should show the options
| Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•18 years ago
|
||
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.0 Branch
| Reporter | ||
Comment 3•18 years ago
|
||
Ok, the bug is no present (as I can view and check) in Ff 2.0.0.4 (Windows 6.0 version). I close the bug...
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•