Closed Bug 401712 Opened 17 years ago Closed 16 years ago

autocomplete binding calls setConsumeRollupEvent incorrectly

Categories

(Toolkit :: UI Widgets, defect)

defect
Not set
normal

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: nobody → gavin.sharp
Target Milestone: --- → mozilla1.9
Fixed by bug 404438.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.