[ 
https://issues.apache.org/jira/browse/WICKET-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878556#action_12878556
 ] 

Martin Grigorov commented on WICKET-2914:
-----------------------------------------

Well, Google Chrome reports this error: Uncaught Error: 
NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7
It seems it is not allowed to modify head -> title.
Why don't you use 'document.title' Javascript instead ?


            public void onClick(AjaxRequestTarget target) {
                i++;
                target.appendJavascript("document.title='title "+ i + "';");
            }


> can't ajax update page title on any other browser except firefox ,fails in 
> ie8,chrome,seamokey
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2914
>                 URL: https://issues.apache.org/jira/browse/WICKET-2914
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.9
>         Environment: wicket 1.4.9,jetty 6.1.4
>            Reporter: vineet semwal
>         Attachments: myproject2.jar
>
>
> i noticed ajax update on page title fails except firefox,
> following is what IE8 debugger pointed in wicket-ajax.js 
> parent.removeChild(element);
> element.outerHTML = "";       //failing at line 276

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to