Closed
Bug 401712
Opened 17 years ago
Closed 17 years ago
autocomplete binding calls setConsumeRollupEvent incorrectly
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
mozilla1.9
People
(Reporter: Gavin, Assigned: Gavin)
References
Details
The value that the autocomplete binding's openAutocompletePopup function passes to setConsumeRollupEvent is a boolean, but setConsumeRollupEvent takes an int.
Presumably things aren't horribly broken because false/true map to ROLLUP_DEFAULT and ROLLUP_CONSUME, respectively. Or maybe this was intentional and is just difficult to understand. Either way it should be fixed :)
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → gavin.sharp
Target Milestone: --- → mozilla1.9
Assignee | ||
Comment 1•17 years ago
|
||
Fixed by bug 404438.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•