Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Pagination directive, IE11 issue with prev/next buttons #6262

Open
@scolt

Description

@scolt

Bug description:

After click on disabled previous/next button application redirects user to home page.

Steps to reproduce via plunker below

  1. Open home page in IE11 (Internet Explorer 11)
  2. Click on "Pagination" link
  3. Observe that previous button is disabled
  4. Click on previous button

Actual result:
Home page is opened.

Expected result:
Nothing should happen.

Link to minimally-working plunker that reproduces the issue:

http://plnkr.co/edit/1QBjhagSpwAb5dvFtm6S?p=preview

Version of Angular, UIBS, and Bootstrap

Angular: 1.4.7

UIBS: 2.1.4

Bootstrap: 3.3.3

Recommendation for fixes

As I see, issue occurred because "href" is provided. This is empty attribute and in results it can be removed without any regression.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions