Open
Bug 1125912
Opened 11 years ago
Updated 3 years ago
nsFormFillController's DOM mutation handling is incomplete
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
nsFormFillController::AttributeChanged should handle changes to @list
on mFocusedInput and @id on mListNode if any. nsFormFillController
also needs some way to detect if a new node is inserted that matches
@list. It also needs to detect if mListNode is removed from the
document - I'm not sure if that's already handled by the current
observers or not, please check.
Updated•7 years ago
|
Component: Autocomplete → Form Manager
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•