You are not logged in.

#326 2010-07-19 05:31:10

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: jumanji - a web browser

Hmmmm...I'm not quite sure how to explain it so it would be clear. Honestly I think the easiest way would be for you to get a Gmail account (and calendar / reader) so you can actually see what's going on.

If that's not possible, I'd be happy to attempt it...not at my computer right now though, and it actually be easier to talk on irc. Let me know.  :-)

Unfortunately for you browser developers , the various Google sites most people expect to "just work". tongue

Scott

Offline

#327 2010-07-19 05:43:34

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: jumanji - a web browser

Hello,

firecat53 wrote:

Hmmmm...I'm not quite sure how to explain it so it would be clear. Honestly I think the easiest way would be for you to get a Gmail account (and calendar / reader) so you can actually see what's going on.

No can do

firecat53 wrote:

If that's not possible, I'd be happy to attempt it...not at my computer right now though, and it actually be easier to talk on irc. Let me know.  :-)

Feel free to join the channel whenever you like wink

Best regards


pwmt.org : programs with movie titles

Offline

#328 2010-07-19 05:47:45

gtklocker
Member
Registered: 2009-09-01
Posts: 462

Re: jumanji - a web browser

neldoreth I just rebuilt the package after many days. Awesome work man! big_smile

Offline

#329 2010-07-19 13:21:02

gogonkt
Member
Registered: 2008-01-21
Posts: 5

Re: jumanji - a web browser

@neldoreth
Hi @neldoreth, I had to login for say big THANK YOU,
Jumanji so awesome, thank you work ^_^
keep going, we are watching you tongue

open this http://pastebin.com/Lz2Yg3i3
very slow and die

add code for XF86BACK and XF86FORWARD ,useful for someone
added to config.h

  {"<Back>",      GDK_Back},
  {"<Forward>",   GDK_Forward},

and added to rc

map <Back> nav_history previous
map <Forward> nav_history next

Last edited by gogonkt (2010-07-19 15:25:19)

Offline

#330 2010-07-19 14:50:21

patroclo7
Member
From: Bassano del Grappa, ITALY
Registered: 2006-01-11
Posts: 915

Re: jumanji - a web browser

patroclo7 wrote:

I confirm, if I replace the 1092 line of jumanji.c with the following and I recompile, everything works fine:

if(!new_uri && !strchr(uri, '.') && !strchr(uri, ':'))

Neldoreth commited this fix in git, thanks!

Last edited by patroclo7 (2010-07-19 14:50:42)


Mortuus in anima, curam gero cutis

Offline

#331 2010-07-20 04:00:56

portix
Member
Registered: 2009-01-13
Posts: 757

Re: jumanji - a web browser

Since i don't know, if there is a working hintscript for jumanji and i wrote a new dwb-hint-script today, i tried to get the script also work with jumanji. Here is the result (not tested  very long) hintscript and a patch for commit 9e699646004dcb3a5b99c8910e3cf4470c09cd2f: patch.

Last edited by portix (2010-07-20 11:13:22)

Offline

#332 2010-07-20 04:01:21

electricshoes
Member
From: Oregon
Registered: 2008-10-07
Posts: 20

Re: jumanji - a web browser

can dpi be set through jumanjirc?

set 96dpi true

This does not work in the config. The command does work from Jumanji however.

Offline

#333 2010-07-20 04:30:49

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

portix wrote:

Since i don't know, if there is a working hintscript for jumanji and i wrote a new dwb-hint-script today, i tried to get the script also work with jumanji. Here is the result (not tested  very long) hintscript and a patch for commit 9e699646004dcb3a5b99c8910e3cf4470c09cd2f: patch.

thanks a lot for this ! i get some funky hint locations on some websites but it works quite fine overall. and it solved the issues i was having with the previous script. you = hero.

edit: and it works with writing the text as well, now THIS is awesome !

edit2: srsly, your script+jumangi latest git = >>!*extremely*!<< enjoyable browsing experience

Last edited by bangkok_manouel (2010-07-20 04:42:03)

Offline

#334 2010-07-20 09:49:57

Psyce
Member
Registered: 2008-05-06
Posts: 51

Re: jumanji - a web browser

portix wrote:

Since i don't know, if there is a working hintscript for jumanji and i wrote a new dwb-hint-script today, i tried to get the script also work with jumanji. Here is the result (not tested  very long) hintscript and a patch for commit 9e699646004dcb3a5b99c8910e3cf4470c09cd2f: patch.

Ure a real Hero it works like a charm with numbers and text thx

Offline

#335 2010-07-20 12:11:25

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

@neldoreth
any way to open tabs in opposite order?
i mean: when using 'F', the first tab on the right of my current tab would be the first tab I opened. at the moment, the first tab is the latest I opened.
thanks.

Offline

#336 2010-07-20 12:25:31

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: jumanji - a web browser

Hello,

bangkok_manouel wrote:

@neldoreth
any way to open tabs in opposite order?
i mean: when using 'F', the first tab on the right of my current tab would be the first tab I opened. at the moment, the first tab is the latest I opened.
thanks.

I am not sure if I understood the sentence: set next_to_current true/false?

Best regards


pwmt.org : programs with movie titles

Offline

#337 2010-07-20 12:32:46

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

neldoreth wrote:

Hello,

bangkok_manouel wrote:

@neldoreth
any way to open tabs in opposite order?
i mean: when using 'F', the first tab on the right of my current tab would be the first tab I opened. at the moment, the first tab is the latest I opened.
thanks.

I am not sure if I understood the sentence: set next_to_current true/false?

Best regards

yes, that was it ! thanks a lot.

Offline

#338 2010-07-20 12:40:36

gogonkt
Member
Registered: 2008-01-21
Posts: 5

Re: jumanji - a web browser

@neldoreth
jumanji crash as soon as when visted http://cnbeta.com/ somepages,
but Vimproble , surf and firefox don't.
jumanji no debug info (I start it in urxvt).

world you add PAC support for handl proxy.PAC?
this is one neccesery funtion for f*ck GFW of china gov sad
no more other funtion need but this one for me, Jumanji is perfect.
I found this ( http://code.google.com/p/pacparser/ ) sound easy add to jumanji.

----
BTW: I think got a "bug":
":bmark " <-- type ":bmar + tab" appended a space, :bmark will add a empty bookmark, must hit backspace del spaces

regard
gogonkt

Last edited by gogonkt (2010-07-20 12:46:28)

Offline

#339 2010-07-20 13:35:51

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

portix's patch merged ! awesome !
portix hints script here (supports numbers+word match):
http://bitbucket.org/portix/stuff/src/3 … 2_hints.js

Offline

#340 2010-07-20 13:46:09

portix
Member
Registered: 2009-01-13
Posts: 757

Re: jumanji - a web browser

I made a minor fix on my script.

Offline

#341 2010-07-20 13:50:34

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

edit: nvm

Last edited by bangkok_manouel (2010-07-20 13:57:01)

Offline

#342 2010-07-20 20:53:10

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: jumanji - a web browser

Great work portix! One question thou, is it possible to add the ability to open javascript popups? It works in uzbl, so this is one little advantage of uzbl (although they are fading very fast with this toy! smile )

Offline

#343 2010-07-20 23:39:52

egan
Member
From: Mountain View, CA
Registered: 2009-08-17
Posts: 273

Re: jumanji - a web browser

Unfortunately, it hasn't worked in a few days for me. I am at the latest git version, which compiles and installs fine, but when I type jumanji at the shell, the prompt returns with no errors, and jumanji does not run. I suspect this is related to the whole "open in existing instance" feature.

I'm not sure if it is a problem on my end, since everyone here seems to be running it fine.

Offline

#344 2010-07-21 04:26:55

portix
Member
Registered: 2009-01-13
Posts: 757

Re: jumanji - a web browser

@Army: I am not really sure what you mean, but maybe the latest revision (http://bitbucket.org/portix/stuff/src/8 … 2_hints.js) will do that.

Offline

#345 2010-07-21 05:01:03

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

@neldoreth,portix
no idea if this comes from the hint script or jumanji or webkit but if you go to www.leparisien.fr , at the very bottom of the page, there are many links to all sections of the site. hints will not be displayed for those links.
then, if you go to http://www.leparisien.fr/faits-divers/a … its-divers , hints will not be displayed except on the top menu.

Offline

#346 2010-07-21 07:42:17

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: jumanji - a web browser

bangkok_manouel wrote:

@neldoreth,portix
no idea if this comes from the hint script or jumanji or webkit but if you go to www.leparisien.fr , at the very bottom of the page, there are many links to all sections of the site. hints will not be displayed for those links.
then, if you go to http://www.leparisien.fr/faits-divers/a … its-divers , hints will not be displayed except on the top menu.

Just tried: the VimNav script (see #29) gets those link hints.

A quick guess: This may be caused by the "flat" document body evaluation by the line

var res = document.body.querySelectorAll('a, area, textarea, select, link, input:not([type=hidden]), button,  frame, iframe');

in the show_hints() function of Portix's dwb2_hints.js script.

I ran into similar problems when I tried to replace the recursive document scan in VimNav (findClickableNodes() function) by a similar flat document body evaluation. Obviously some deeper nested links get amiss this way.

However, I eagerly await the hinting branch be finished. This surely will solve quite some hinting issues.

Last edited by bernarcher (2010-07-21 07:46:11)


To know or not to know ...
... the questions remain forever.

Offline

#347 2010-07-21 09:24:59

portix
Member
Registered: 2009-01-13
Posts: 757

Re: jumanji - a web browser

bangkok_manouel wrote:

@neldoreth,portix
no idea if this comes from the hint script or jumanji or webkit but if you go to www.leparisien.fr , at the very bottom of the page, there are many links to all sections of the site. hints will not be displayed for those links.
then, if you go to http://www.leparisien.fr/faits-divers/a … its-divers , hints will not be displayed except on the top menu.

Works for me on both sides. Are you using the latest revision?

Offline

#348 2010-07-21 09:48:23

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

portix wrote:
bangkok_manouel wrote:

@neldoreth,portix
no idea if this comes from the hint script or jumanji or webkit but if you go to www.leparisien.fr , at the very bottom of the page, there are many links to all sections of the site. hints will not be displayed for those links.
then, if you go to http://www.leparisien.fr/faits-divers/a … its-divers , hints will not be displayed except on the top menu.

Works for me on both sides. Are you using the latest revision?

yep (from +/- 7 hours ago)
edit: was the latest time I DL'd your script.

Last edited by bangkok_manouel (2010-07-21 10:03:33)

Offline

#349 2010-07-21 10:02:46

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

bernarcher wrote:

However, I eagerly await the hinting branch be finished. This surely will solve quite some hinting issues.

In all honesty, I find portix's script to be very very uzbl ( tongue )... and word matching is an awesome feature (no idea if it's planned for the hinting branch)... it's been a few days I feel dirty when I have to start firefox now tongue

Offline

#350 2010-07-21 10:27:48

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: jumanji - a web browser

portix wrote:
bangkok_manouel wrote:

@neldoreth,portix
no idea if this comes from the hint script or jumanji or webkit but if you go to www.leparisien.fr , at the very bottom of the page, there are many links to all sections of the site. hints will not be displayed for those links.
then, if you go to http://www.leparisien.fr/faits-divers/a … its-divers , hints will not be displayed except on the top menu.

Works for me on both sides. Are you using the latest revision?

ok, /latest/ (minutes ago) revision works ! thanks, thanks, thanks !

Offline

Board footer

Powered by FluxBB