1) Fill out a bug report form here: http://code.google.com/p/fbug/issues/entry?template=User%20defect%20report - Summary - Description
2) I order to test the feature we need a test page that uses it. So, in this case a page that changes existing DOM structure and also appends a new element. I guess there should be at least two buttons with description what the user should do and what behavior should be observed in Firebug. See an example test case here: http://www.softwareishard.com/firebug/tests/601/Issue601.htm There is usually much better chance that the feature will be implemented if the test case is provided. Honza On Jul 13, 7:45 pm, Svish <[email protected]> wrote: > Must admit I don't have a clue how to do that... > > On Jul 13, 9:12 am, "Honza (Jan Odvarko)" <[email protected]> wrote: > > > Yes, this is doable. > > > Please report a new ticket for this (check if not reported already) > > and attach a test case (a page or a link) so, we can test and make > > sure the implementation works. > > >http://code.google.com/p/fbug/issues/list > > > Honza > > > On Jul 12, 7:23 pm, Svish <[email protected]> wrote:> In the HTML tab > > of FireBug, whenever something in the DOM changes, > > > whatever was changed lights up in yellow. Could it be possible to > > > maybe have things that are added to the DOM flash up in green instead > > > of yellow? In that way it would be easier to see if whatever was > > > changed was just updated or if it was added. > > > > For example when using jQuery append, it could be handy to see if what > > > I append is moved from somewhere else in the DOM or if a new element > > > was created and then added. Or something like that... > > > > Just some thoughts =) > > -- 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.
