On Thu, Aug 19, 2010 at 11:07:36AM +0200, Vitaly S. wrote: > "John J. Foerch" <[email protected]> writes: > > > On Thu, Aug 19, 2010 at 12:20:03AM +0200, Vitaly S. wrote: > >> [email protected] (Vitaly S.) writes: > >> > "John J. Foerch" <[email protected]> writes: > >> >> On Wed, Aug 18, 2010 at 01:54:43PM +0200, Vitaly S. wrote: > >> >>> > >> >>> Dear Developers, > >> >>> > >> >>> First, open.window does not honor > >> >>> browser_default_open_target=OPEN_NEW_BUFFER. > >> >>> Second, the interaction in the newly opened window is not conkeror > >> >>> like, no > >> >>> bindings not minibuffer. > >> >>> > >> >>> Here the test code: > >> >>> > >> >>> function test(I){ > >> >>> I.window.open("http://www.google.com") > >> >>> }; > >> >>> interactive("test", "blabla", test); > >> >>> > >> >>> Thanks > >> >>> Vitally. > >> >> > >> >> > >> > I have the most updated version, ran through: > >> > > >> > git fetch > >> > git merge origin > >> > > >> > as indicated on install page. > >> > >> I removed my conkeror and reinstalled from scratch. The problem > >> persists. > >> > >> I am on 10.04 LTS - the Lucid Lynx > >> conkeror 0.9.2 XULRunner 1.9.2.8 > >> > >> Thanks, > >> Vitaly. > >> > > > > > > I haven't been able to reproduce the problem. Can you send exact steps to > > reproduce it from a conkeror -q command line, along with the commit number > > of the conkeror git HEAD you're running? > > > > thanks > > Ok, I got it. > > The problem was with these lines in my conkeror: > > function my_zoom_set (buffer) { > browser_zoom_set(buffer, false, 125); > } > add_hook('create_buffer_hook', my_zoom_set); > > The steps are: > > 1) cokeror -q > > 2) eval the code above. > > 3) eval: > > function test(I){ > I.window.open("http://www.google.com") > }; > interactive("test", "blabla", test); > > 4) M-x test > > > commit 53a532f4cda1558926c00014ae65986cb665cce2 > Author: Axel Beckert <[email protected]> > Date: Sun Aug 15 18:48:59 2010 +0200 > > > Thanks, > Vitaly.
Okay, I was able to reproduce the problem with these steps. Thanks for narrowing it down so well. I will see what I can find. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
