Problem preventing default behavior in feedview

Hi,
i'm developing extension (DblClicker) which handles clicks in the document. i'm using Brief and run into some problems...
calling preventDefault() , stopPropagation() does not prevent feedview from processing the click event.
what i could discover is that function FeedView_handleEvent(aEvent) doesn't check aEvent.getPreventDefault() and so i get double handling...
adding this check on the beginning of FeedView_handleEvent created some problem but putting it on FeedView__onClick worked for me.
 
could you check this issue?
       thanks
            yochay

Re: Problem preventing default behavior in feedview

OK, it's probably a good idea to add this check. I am going to do this for the next version.
 
ancestor,
creator of Brief