You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/11/15 23:39:11 UTC

[jira] [Resolved] (WICKET-5953) AjaxFallbackLink triggers both the JS/AJAX request and the fallback link request on touchscreen in IE11

     [ https://issues.apache.org/jira/browse/WICKET-5953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5953.
-------------------------------------
    Resolution: Won't Fix

Closing as "Won't fix".
I see nothing that could be done here by Wicket. It is a bug in IE11.
Wicket prevents the default behavior for the link in the ajax listener but apparently this is ignored by IE11.

> AjaxFallbackLink triggers both the JS/AJAX request and the fallback link request on touchscreen in IE11
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5953
>                 URL: https://issues.apache.org/jira/browse/WICKET-5953
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 7.0.0-M6
>         Environment: Windows 8, Internet Explorer 11, touchscreen (Surface Pro 3)
>            Reporter: Tero Tarkkala
>            Priority: Minor
>         Attachments: myproject.zip
>
>
> Attached quickstart demonstrates the behaviour. Refreshing the container is there just to limit the amount of network calls on the log. Without the container refreshing the whole page is reloaded.
> Same environment but using a mouse to click the link doesn't exhibit the symptoms, so the bug is probably related to how IE exposes touch events to JS. Tested also on Chrome on the same platform, which works normally (only the ajax call to IBehaviorListener is triggered).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)