On Nov 1, 3:19 pm, Paul Stone <[email protected]> wrote: > I'd like to use Firebug to monitor 'message' events sent between windows > and frames using postMessage. Currently I can do monitorEvents(window, > 'message'). However when Firebug logs these it doesn't show any properties > in the console view - it just shows 'message'. Would it be possible to show > the 'origin' and 'data' fields for logged message events by default? This > would be similar to the properties shown for mouse and key events. This is reported here: https://code.google.com/p/fbug/issues/detail?id=5135
But, we also need a simple page (a test case) that can be used to manually repeat the scenario (there should be an iframe, a button, postMessage call and instructions on the page...) > I'm also looking for an easy way to log events on all subframes within the > current window. This could also be useful for events other than 'message', > for example for click events in iframes. Does this sound like a feature > that would be worth adding into core Firebug (as opposed to an extension?) Please create a new report for this Thanks! Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
