Re: conflict between python console extension and my own



Le lundi 26 novembre 2007 à 11:02 +0000, Jon Dowland a écrit :
> Hello,
> 
> On Wed, Nov 14, 2007 at 02:27:10PM +0100, Christian Persch
> wrote:
> > This will not work. The attach_tab function must not
> > remove the tab from the window and it must not destroy the
> > window. Also, moving tabs from one window to another
> > triggers a bug in gecko (which is why epiphany doesn't
> > offer "Detach tab" anymore).
> 
> I see (I'd assumed the feature had been removed as part of
> slimming down the UI for usability reasons). Can you explain
> further why it doesn't work? 

I should have rather said "you MUST not do that", since the epiphany
code assumes that the tab is still in the window after the attach_tab
function of one extension has run (since it's needed for the other
extension's attach_tab calls).

> Would a better approach for me be to remap the callbacks and
> keyboard shortcuts for "new tab" (assuming that this is
> possible)?

That's possible, and the better approach.

Regards,
	Christian



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]