You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "haripaddu (JIRA)" <ji...@apache.org> on 2008/11/21 20:45:37 UTC

[jira] Created: (WW-2885) Form Submit using Enter Key opens up in new window

Form Submit using Enter Key opens up in new window
--------------------------------------------------

                 Key: WW-2885
                 URL: https://issues.apache.org/struts/browse/WW-2885
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.11
         Environment: Windows NT, Internet Explorer
            Reporter: haripaddu
            Priority: Minor


I am using Struts form where i have used <input type="button" dojoType="struts:Bind" ...> for form submission. I have declared theme attribute as simple in the form. In IE versions, when i fill up the form and hit enter, the result opens up in a new window instead of showing in the target div.
But in Firefox, Chrome its working perfectly. Only when button is clicked using mouse the result is shown correctly in IE versions.



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


[jira] Resolved: (WW-2885) Form Submit using Enter Key opens up in new window

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes resolved WW-2885.
------------------------------

    Resolution: Incomplete

Please provide more details. Because it's been 2 weeks and we haven't heard anything back from you, I'm resolving this ticket as incomplete. Feel free to post more details and we can reopen if necessary.

> Form Submit using Enter Key opens up in new window
> --------------------------------------------------
>
>                 Key: WW-2885
>                 URL: https://issues.apache.org/struts/browse/WW-2885
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Windows NT, Internet Explorer
>            Reporter: haripaddu
>            Priority: Minor
>
> I am using Struts form where i have used <input type="button" dojoType="struts:Bind" ...> for form submission. I have declared theme attribute as simple in the form. In IE versions, when i fill up the form and hit enter, the result opens up in a new window instead of showing in the target div.
> But in Firefox, Chrome its working perfectly. Only when button is clicked using mouse the result is shown correctly in IE versions.

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


[jira] Commented: (WW-2885) Form Submit using Enter Key opens up in new window

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45004#action_45004 ] 

Musachy Barroso commented on WW-2885:
-------------------------------------

Please provide more details, or better yet, ask on the user list, as this really seems like a configuration/dojo bug.

> Form Submit using Enter Key opens up in new window
> --------------------------------------------------
>
>                 Key: WW-2885
>                 URL: https://issues.apache.org/struts/browse/WW-2885
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Windows NT, Internet Explorer
>            Reporter: haripaddu
>            Priority: Minor
>
> I am using Struts form where i have used <input type="button" dojoType="struts:Bind" ...> for form submission. I have declared theme attribute as simple in the form. In IE versions, when i fill up the form and hit enter, the result opens up in a new window instead of showing in the target div.
> But in Firefox, Chrome its working perfectly. Only when button is clicked using mouse the result is shown correctly in IE versions.

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


[jira] Commented: (WW-2885) Form Submit using Enter Key opens up in new window

Posted by "haripaddu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45148#action_45148 ] 

haripaddu commented on WW-2885:
-------------------------------

I am really sorry Barroso and Holmes for the delayed response. 
I am developing a web application using dojo 2.0.11. Here, i have a form where i have an input field and a submit button and i have declared form theme attribute as simple.
Like, <form action="..." theme="simple" ..><s:textfield .../><s:submit targets="targetdiv"/></form><s:div id="targetdiv"></s:div>

Here, when testing this in all browsers, i type something in the textfield and hit "Enter key" the result of the action is show in the target div in firefox and chrome. But in IE(all versions) when i press enter the result shows up in a separate page. Instead when i click submit using mouse the result shows in the targetdiv in all browsers.

Please help me if you guys come up with a solution on it.

> Form Submit using Enter Key opens up in new window
> --------------------------------------------------
>
>                 Key: WW-2885
>                 URL: https://issues.apache.org/struts/browse/WW-2885
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>         Environment: Windows NT, Internet Explorer
>            Reporter: haripaddu
>            Priority: Minor
>
> I am using Struts form where i have used <input type="button" dojoType="struts:Bind" ...> for form submission. I have declared theme attribute as simple in the form. In IE versions, when i fill up the form and hit enter, the result opens up in a new window instead of showing in the target div.
> But in Firefox, Chrome its working perfectly. Only when button is clicked using mouse the result is shown correctly in IE versions.

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