KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

working with frames #4

Closed gilkagan closed 12 years ago

gilkagan commented 12 years ago

my addon is supposed to work on website with frames. i dispatch an event as a result of another event and supposed to do something with the HTML the listener is added for each frame matching the url pattern (all from a certain domain)

in Chrome, when i send the message, it is received by all frames, and then i can do some logic in Firefox, however, the message is only received by the frame actually sending the original message

how can it be ? the event.target is the same tab for all frames. how come there is such a difference in Chrome and Firefox ?

thank you Gil

akrylysov commented 12 years ago

Will be fixed in 1.0.

akrylysov commented 12 years ago

Fixed in 1.0.