FS#271 - Following search box on Arch wiki does not work
Attached to Project:
Uzbl
Opened by Dennis Hodapp (thehodapp) - 2011-06-09 11:02:00 PM
Last edited by Brendan Taylor (bct) - 2011-09-27 11:46:46 PM
Opened by Dennis Hodapp (thehodapp) - 2011-06-09 11:02:00 PM
Last edited by Brendan Taylor (bct) - 2011-09-27 11:46:46 PM
|
DetailsIf I navigate to http://wiki.archlinux.org and try to follow the search text box on the left side, it doesn't follow and silently fails.
Here is what I'm calling in the config file (~/.config/uzbl/config): bind f* = spawn @scripts_dir/follow.sh \@< uzbl.follow("\@follow_hint_keys", "%s", 0) >\@ Here is output from uzbl-browser -v (I didn't include anything from before this point becuase it was all my cookies loading): pid 11644 name: 8388639 commit: ed8f45d6eb21e5a931d55235708bcc73a2191771 Navigation requested -> http://www.google.com/ spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'http://www.google.com/' -- result: true Stdout: Navigation requested -> about:blank spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'about:blank' -- result: true Stdout: External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/formfiller.js loaded External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/follow.js loaded spawned: '/usr/share/uzbl/examples/data/scripts/history.sh' -- result: true spawned: '/usr/share/uzbl/examples/data/scripts/follow.sh' '' -- result: true spawned: '/usr/share/uzbl/examples/data/scripts/follow.sh' '' -- result: true Navigation requested -> http://www.google.com/search?q=Les+Paul&ct=lespaul11-hp&oi=ddle spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'http://www.google.com/search?q=Les+Paul&ct=lespaul11-hp&oi=ddle' -- result: true Stdout: spawned: '/usr/share/uzbl/examples/data/scripts/follow.sh' 'XXXRESET_MODEXXX' -- result: true triggered triggered External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/formfiller.js loaded External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/follow.js loaded spawned: '/usr/share/uzbl/examples/data/scripts/history.sh' -- result: true Navigation requested -> http://www.google.com/ spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'http://www.google.com/' -- result: true Stdout: Navigation requested -> about:blank spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'about:blank' -- result: true Stdout: External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/formfiller.js loaded External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/follow.js loaded spawned: '/usr/share/uzbl/examples/data/scripts/history.sh' -- result: true Navigation requested -> http://wiki.arch.org/ spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'http://wiki.arch.org/' -- result: true Stdout: Navigation requested -> http://wiki.archlinux.org/ spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'http://wiki.archlinux.org/' -- result: true Stdout: Navigation requested -> https://wiki.archlinux.org/ spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'https://wiki.archlinux.org/' -- result: true Stdout: Navigation requested -> https://wiki.archlinux.org/index.php/Main_Page spawned: '/usr/share/uzbl/examples/data/scripts/scheme.py' 'https://wiki.archlinux.org/index.php/Main_Page' -- result: true Stdout: External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/formfiller.js loaded External JavaScript file /home/dennis/.local/share/uzbl:/usr/share/uzbl/examples/data:scripts/follow.js loaded spawned: '/usr/share/uzbl/examples/data/scripts/history.sh' -- result: true spawned: '/usr/share/uzbl/examples/data/scripts/follow.sh' '' -- result: true spawned: '/usr/share/uzbl/examples/data/scripts/follow.sh' '' -- result: true spawned: '/usr/share/uzbl/examples/data/scripts/follow.sh' 'XXXRESET_MODEXXX' -- result: true triggered triggered |
This task depends upon
Comment by Dennis Hodapp (thehodapp) -
2011-06-12 04:58:30 AM
This also happens on the Amazon.com signin page in the email input box.
Comment by Brendan Taylor (bct) -
2011-09-27 12:28:07 AM
This should be fixed in the experimental branch.
Comment by Dennis Hodapp (thehodapp) -
2011-09-27 07:40:16 PM
Confirmed fixed. Thank you!