On Nov 26, 2:55 pm, JB <[email protected]> wrote:
> Hello,
>
> I'm having a quick look at eventbug, and I am a bit lost on some of
> the features.
> Is there some documentation anywhere?
>
> Anyway,here are my questions:
>
> 1) Event main  tab
> -------------------------
> On this view, we have a list, per event type, of all elements where an
> event is attached.
>
> 1.1) For a given event type, what are the elements listed under Target
> (right panel)
Shows list of event targets that would be used as
DOMEvent.currentTarget when event bubbles.

> 1.2) I see nothing appearing under Script (right panel). Should I see
> something there?
Yes, you should see source code of the selected listener (of course,
this would be empty for native listeners implemented in C++). Please
report a bug with a test case if you don't see a source for JS
listener.

> 1.3) I see nothing appearing under HTML (right panel). Should I see
> something there?
Yes, you should see HTML code of the element that is associated with
the selected listener.

> 2) HTML main tab - Event tab on right panel
> ----------------------------------------------------------------
> On this view, for each element selected under HTML, we see the events
> attached to the element
>
> 2.1) Why are all events show "not implemented in Javascript"?
There can be native listeners implemented by Firefox (in C++).

> 2.2) In issue 2466 (http://code.google.com/p/fbug/issues/detail?
> id=2466), a test case is mentioned 
> :http://sandbox.eugenez.net/index.php?action=build&id=55
> Apparently I should see a different event behavior depending on the
> link, but they all look the same to me...
>
> I would perfectly understand if some of the feature are not
> implemented. It's just that I cannot find any documentation elsewhere.

See also:
http://www.softwareishard.com/blog/firebug/eventbug-alpha-released/

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 
http://groups.google.com/group/firebug?hl=en.


Reply via email to