nathan-b / colortoggle

Automatically exported from code.google.com/p/colortoggle
4 stars 0 forks source link

Warning: Use of Mutation Events is deprecated. Use MutationObserver instead #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This occurs when loading the preferences window.

Full text:

Timestamp: 11/05/2012 11:00:58 PM
Warning: Use of Mutation Events is deprecated. Use MutationObserver instead.
Source File: chrome://backgroundtoggle/content/options.xul
Line: 0

I do not believe that ColorToggle uses mutation events at all. I need to find 
out why this message is being displayed.

Original issue reported on code.google.com by nathan.i...@gmail.com on 6 Nov 2012 at 4:05

GoogleCodeExporter commented 9 years ago
Turned out that the color picker widget I was using registered a mutation event 
listener.

This fix is not critical. I'll sneak it in the next time I update.

Original comment by nathan.i...@gmail.com on 6 Nov 2012 at 4:44

GoogleCodeExporter commented 9 years ago
Snuck this into 0.15

Original comment by nathan.i...@gmail.com on 8 Nov 2012 at 2:35