You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Tero Tarkkala (JIRA)" <ji...@apache.org> on 2015/07/16 14:52:04 UTC

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

Tero Tarkkala created WICKET-5953:
-------------------------------------

             Summary: 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


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)