ICEfaces
  1. ICEfaces
  2. ICE-3046

Rapid clicking on anchors rendered with href="#" causes page load

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.7.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      browser

      Description

      When clicking rapidly on a HTML anchor <a href="#"....> it will use its default behavior instead the one defined in the event listeners. The solution for ICE-3044 could be applied to these components that render anchors with empty document fragment as URL:

      * DataPaginatorRenderer.java
      * MenuItem.java
      * PanelTabSetRenderer.java
      * TreeRenderer.java

        Issue Links

          Activity

          Hide
          Mircea Toma added a comment -

          The rendered anchors should be changed from <a href="#" ...> to <a href="javascript:;"...> .

          Show
          Mircea Toma added a comment - The rendered anchors should be changed from <a href="#" ...> to <a href="javascript:;"...> .

            People

            • Assignee:
              Unassigned
              Reporter:
              Mircea Toma
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: