Hi all,
I am having a problem with links to web urls in a shoes application on OS X.
The link element functions as expected on Ubuntu Linux, but the url passed
to the broswer is getting truncated in Mac OSX 10.4.
I am creating a link with the following code
log "Getting url #{get_search_url(show, 1)}"
para link "Get Episode", :click => get_search_url(show, 1)
The code logs a url similar to:
Getting url
http://www.google.co.uk/search?hl=en&as_epq=search%20text&num=30&ft=i&as_qdr=all
What actually gets opened in the browser on OS X though is:
http://www.google.co.uk/search?hl=en
(the full url logged is opened on Ubuntu though)
Anyone any idea what would cause this? As far as I know it's not OSX itself.
Is shoes doing something special with the URL when it passes the request to
the OS to browse to the url? Or am I missing something?
Shoes version is shoes raisins (0.r1134) [i686-linux]
Any help appreciated!
Regards,
Paul McConnon