Closed
Bug 1005083
Opened 11 years ago
Closed 11 years ago
Autocomplete of xul:text box doesn't work anymore
Categories
(Toolkit :: Autocomplete, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Honza, Unassigned)
Details
(Whiteboard: [firebug-p2])
Picking an entry from xul:textbox associated history popup doesn't work any more
STR:
1) Install Firebug and FBTest extensions
https://getfirebug.com/releases/firebug/2.0/firebug-2.0b4.xpi
https://getfirebug.com/releases/fbtest/2.0/fbTest-2.0b1.xpi
2) Run Firefox, open Firebug (F12)
3) Open FBTest console, Firebug icon menu -> Open Test Console (Shift + T)
4) Put couple of valid entries into the URL bar in the Test console window
(so, there are some entries in the history)
https://getfirebug.com/tests/head/firebug.html
http://getfirebug.com/tests/head/firebug.html
5) Now, open the URL drop-down history and pick on of the entries, the text-box value is not updated -> BUG
Regression range:
OK: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-04-17-03-02-03-mozilla-central/
ERROR: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-04-19-03-02-04-mozilla-central/
Bug 754265 could be the problem
Honza
Reporter | ||
Updated•11 years ago
|
Whiteboard: [firebug-p2]
Comment 1•11 years ago
|
||
if you are implementing your own nsIAutocompleteResult you should update your implementation adding a getFinalCompleteValueAt method (it may just forward to getValueAt)
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Marco Bonardo [:mak] from comment #1)
> if you are implementing your own nsIAutocompleteResult you should update
> your implementation adding a getFinalCompleteValueAt method (it may just
> forward to getValueAt)
I see, thanks!
Honza
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•