Open Bug 869145 Opened 11 years ago Updated 2 years ago

Will firefox ever support "onPropertyChange" as inline component

Categories

(Core :: DOM: Core & HTML, defect, P5)

20 Branch
x86_64
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: sales, Unassigned)

Details

Having trouble with program I'm writing the page is ASP it is used for Reconciling a bank account so the transactions are returned in a Database return. Now I have code to select all the check boxes and when they are selected in this manner Javascript needs to run in order to update the amounts then when those amounts hit text boxes they must inturn fire other Javascript in order to complete the process, I have read the articles on the mutate etc none of these can be applied in this situation as the check boxes are created dynamically and have dynamically generated ids.
Explorer using the "onPrpertyChange" works fine. Is it just not possible to put onprperty change into firefox does IE own it or what?
Sounds like an IE-only event. DOMAttrModified (deprecated?) / MutationObserver would be the standard equivalents, AIUI.
Component: General → DOM
Product: Firefox → Core
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.