You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Jonathan Chetwynd <j....@btinternet.com> on 2008/05/01 17:51:57 UTC

http headers: address bar does not update & focus lost?

http headers: address bar does not update & focus lost?

using the header to change location works for batik-squiggle in php.
http://www.openicon.org/temp/redirect.php
note the address bar does not update

but if I also want to do something first it doesnt:
as here: http://www.openicon.org/irc/svg-irc/ircSearch.svg
sort of works well enough in Opera.

Focus seems to be lost & the url in the address bar does not update

intention to send data from one page to another on the server
(choice clicked is sent to irc channel)
then refresh the original page in the display.

please be aware this is a 'bot' and when a link is clicked  
irc.freenode.net#inkscape get a message.
some people like this others don't...

cheers


Jonathan Chetwynd

j.chetwynd@btinternet.com
http://www.iconomy.org/

+44 (0) 20 7978 1764


<?php
header("Content-type: image/svg+xml");
header( 'location:http://www.openicon.org/irc/svg-irc/ircSearch.svg' );
   echo '<?xml version="1.0" encoding="UTF-8" standalone="no"?>';
...
...
..
?>

Re: http headers: address bar does not update & focus lost?

Posted by Jonathan Chetwynd <j....@btinternet.com>.
Cameron,

finished %20 %23 1.2 issues. many thanks for the heads-up.

http://www.openicon.org/irc/svg-irc/ircSearch.svg is now working quite  
well.
in opera the redraw is more evident, but the blue circle tells one the  
key was pressed.

is there keyboard navigation? if not should I file a bug?
opera displays a transparent blue rectangle over the link with focus  
when navigating by keyboard.

when mousing over the graphics the hand cursor is lost on some  
interior graphics: cattle, crosswind, zigzag...
presumably this is a <use> issue, again should I file a bug?

regards

~:"

now back at inkscape.



Jonathan Chetwynd

j.chetwynd@btinternet.com
http://www.iconomy.org/

+44 (0) 20 7978 1764


On 3 May 2008, at 03:55, Cameron McCormack wrote:

> Jonathan Chetwynd:
>> thanks for raising the bug, I understand so little about these  
>> issues,
>> it's difficult for me to.
>> regarding 302, this site is on my laptop, so....
>>
>> please retest: http://www.openicon.org/temp/redirect.php   when it is
>> live.
>> apologies, but dont have access to regular php server.
>
> I think the 302 is the correct response code for a redirect, though;  
> it
> wasn’t a problem of your server being unavailable.
>
>> http://www.openicon.org/irc/svg-irc/ircSearch.svg
>> links now raise a message at irc://irc.freenode.net#peepo temporarily
>> for a day or two?
>> service takes around 20 seconds.
>
> I find now for some reason Squiggle gives me a NullPointerException
> when loading this document.  There must be a bug in there resulting  
> from
> having your version="1.1" document reference elements from a
> version="1.2" document.
>
> -- 
> Cameron McCormack ≝ http://mcc.id.au/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
>


Re: http headers: address bar does not update & focus lost?

Posted by Cameron McCormack <ca...@mcc.id.au>.
Jonathan Chetwynd:
> thanks for raising the bug, I understand so little about these issues,  
> it's difficult for me to.
> regarding 302, this site is on my laptop, so....
>
> please retest: http://www.openicon.org/temp/redirect.php   when it is  
> live.
> apologies, but dont have access to regular php server.

I think the 302 is the correct response code for a redirect, though; it
wasn’t a problem of your server being unavailable.

> http://www.openicon.org/irc/svg-irc/ircSearch.svg
> links now raise a message at irc://irc.freenode.net#peepo temporarily  
> for a day or two?
> service takes around 20 seconds.

I find now for some reason Squiggle gives me a NullPointerException
when loading this document.  There must be a bug in there resulting from
having your version="1.1" document reference elements from a
version="1.2" document.

-- 
Cameron McCormack ≝ http://mcc.id.au/

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: http headers: address bar does not update & focus lost?

Posted by Jonathan Chetwynd <j....@btinternet.com>.
Cameron,

thanks for raising the bug, I understand so little about these issues,  
it's difficult for me to.
regarding 302, this site is on my laptop, so....

please retest: http://www.openicon.org/temp/redirect.php   when it is  
live.
apologies, but dont have access to regular php server.

http://www.openicon.org/irc/svg-irc/ircSearch.svg
links now raise a message at irc://irc.freenode.net#peepo temporarily  
for a day or two?
service takes around 20 seconds.

thank you for looking into this.

~:"


Jonathan Chetwynd

j.chetwynd@btinternet.com
http://www.iconomy.org/

+44 (0) 20 7978 1764


On 2 May 2008, at 06:42, Cameron McCormack wrote:

> Jonathan Chetwynd:
>> http headers: address bar does not update & focus lost?
>>
>> using the header to change location works for batik-squiggle in php.
>> http://www.openicon.org/temp/redirect.php
>> note the address bar does not update
>
> I suppose the address bar should update when an HTTP 302 Not Found is
> returned with Location header.  Raised:
>
>  https://issues.apache.org/bugzilla/show_bug.cgi?id=44919
>
>> but if I also want to do something first it doesnt:
>> as here: http://www.openicon.org/irc/svg-irc/ircSearch.svg
>> sort of works well enough in Opera.
>>
>> Focus seems to be lost & the url in the address bar does not update
>>
>> intention to send data from one page to another on the server
>> (choice clicked is sent to irc channel)
>> then refresh the original page in the display.
>>
>> please be aware this is a 'bot' and when a link is clicked
>> irc.freenode.net#inkscape get a message.
>> some people like this others don't...
>
> I guess I’d rather not annoy the people in #inkscape.  Maybe you  
> should
> set up the bot to run in some testing channel before it is ready for
> prime time?
>
> -- 
> Cameron McCormack ≝ http://mcc.id.au/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
>


Re: http headers: address bar does not update & focus lost?

Posted by Cameron McCormack <ca...@mcc.id.au>.
Jonathan Chetwynd:
> http headers: address bar does not update & focus lost?
>
> using the header to change location works for batik-squiggle in php.
> http://www.openicon.org/temp/redirect.php
> note the address bar does not update

I suppose the address bar should update when an HTTP 302 Not Found is
returned with Location header.  Raised:

  https://issues.apache.org/bugzilla/show_bug.cgi?id=44919

> but if I also want to do something first it doesnt:
> as here: http://www.openicon.org/irc/svg-irc/ircSearch.svg
> sort of works well enough in Opera.
>
> Focus seems to be lost & the url in the address bar does not update
>
> intention to send data from one page to another on the server
> (choice clicked is sent to irc channel)
> then refresh the original page in the display.
>
> please be aware this is a 'bot' and when a link is clicked  
> irc.freenode.net#inkscape get a message.
> some people like this others don't...

I guess I’d rather not annoy the people in #inkscape.  Maybe you should
set up the bot to run in some testing channel before it is ready for
prime time?

-- 
Cameron McCormack ≝ http://mcc.id.au/

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org