[webkit-dev] how to remove an event listener when the element attribute is removed

2009-01-14 Thread Cary Clark
When a web page removes the click handler from an element, webkit leaves the event listener on the event target node. In practice, this works fine, because the click can't dispatched -- there's no click handler anymore. On Android's browser, we draw a focus ring (like the ring Safari draws when ta

Re: [webkit-dev] how to remove an event listener when the element attribute is removed

2009-01-14 Thread Darin Adler
On Jan 14, 2009, at 8:40 AM, Cary Clark wrote: What's the right way to fix this bug? I added detailed comments to the bug report to get you started debugging it. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.w