Re: [webkit-dev] link-following feature for our new webkit browser.

2009-05-06 Thread Jan Kolkmeier
a href=javascript:alert(0)link/a scriptwindow.location = document.links[0].href;/script Can confirm now that this works indeed. But still, some stuff does not work, like: a href=# onclick=return showcover(false);/a Further, it would be nice to be able to select/click form elements like

[webkit-dev] link-following feature for our new webkit browser

2009-05-04 Thread Jan
Hi there, I'm contributing to a project called uzbl [1]. It uses webkit(gtk) to render content. I tinker on a follow-link feature, which should provide a keyboard driven link navigation, very similar to the firefox plugin Hit-a-Hint [2] or Vimperator [3]. Since GObject/C DOM bindings probably take

Re: [webkit-dev] link-following feature for our new webkit browser.

2009-05-04 Thread Alexey Proskuryakov
04.05.2009, в 17:19, Jan Kolkmeier написал(а): 2. Go to link $i: window.location = document.links[i].href; This isn't nice at all, because it doesn't work with ajax-ish web pages. As already asked on IRC, could please clarify what you mean by doesn't work? In particular, the following

[webkit-dev] link-following feature for our new webkit browser.

2009-05-04 Thread Jan Kolkmeier
Hi there, I'm contributing to a project called uzbl [1]. It uses webkit(gtk) to render content and follows the unix philosophy. I tinker on a follow-link feature, which should provide a keyboard driven link navigation, very similar to the firefox plugin Hit-a-Hint [2] or Vimperator [3]. Since

Re: [webkit-dev] link-following feature for our new webkit browser.

2009-05-04 Thread Jan Kolkmeier
Sorry i must have missed that on irc. I can't verify now that your examples don't work - but i can verify that links with onclick=... attributes don't work as expected - this makes my first try unusable already :(. PS: Sorry for posting this topic twice - i expected my own topic being mailed back