Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated REQ_NEW_WINDOW from link #369

Open
javigazi opened this issue Apr 6, 2017 · 1 comment
Open

Duplicated REQ_NEW_WINDOW from link #369

javigazi opened this issue Apr 6, 2017 · 1 comment

Comments

@javigazi
Copy link

javigazi commented Apr 6, 2017

Please paste the output of uzbl-core --bug-info here:

Commit: e297545
GTK compile: 3.18.9
GTK run: 3.18.9
WebKit compile: 2.14.5
WebKit run: 2.14.5
WebKit2: 1
libsoup compile: 2.52.2
libsoup run: 2.52.2

** (uzbl-core:10432): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

I'm using this config https://raw.githubusercontent.com/uzbl/uzbl/next/examples/config/config

test page:

<a href="http://google.com" target="_blank">test</a>

if I open the link (left mouse click) from the example, then two windows are opened - one by reference and one empty. The same behavior via right mouse click ("Open link in New Window")

EVENT [15985] NAVIGATION_STARTING 'http://google.com/' '' '_blank' 'link'
EVENT [15985] COMMAND_EXECUTED spawn_sync '/home/javigazi/.local/share/uzbl:/usr/local/share/uzbl:/usr/share/uzbl:/usr/local/share/uzbl/examples/data:scripts/scheme.py' 'http://google.com/' '' '_blank' 'link' '1' '' 'true'
EVENT [15985] REQ_NEW_WINDOW 'http://google.com/'
EVENT [15985] REQ_NEW_WINDOW ''
EVENT [15985] COMMAND_EXECUTED spawn_sh 'uzbl-browser ${0:-"$0"}' 'http://google.com/'
EVENT [15985] COMMAND_EXECUTED spawn_sh 'uzbl-browser ${0:-"$0"}' ''

Middle mouse click on this link, open only one window.

P. S. sorry, for my english.

@keis
Copy link
Member

keis commented Apr 6, 2017

ACK I can confirm I see this in next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants