Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Conversation

@ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Jun 19, 2020

I found out that the Bootstrap styling applied to the DOM element does not block clicks from it, the reason is because they are in fact href links which cannot by disabled (according to w3c specs), so it's better to check if action is enabled before proceeding with clicks

@codecov
Copy link

codecov bot commented Jun 19, 2020

Codecov Report

Merging #506 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #506    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          148       148            
  Lines         9566      9574     +8     
  Branches      3332      3202   -130     
==========================================
+ Hits          9566      9574     +8     
Impacted Files Coverage Δ
...slickgrid/components/slick-pagination.component.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5284ada...d89748a. Read the comment docs.

@ghiscoding ghiscoding merged commit fbe0d5f into master Jun 25, 2020
@ghiscoding ghiscoding deleted the bugfix/backend-disabled-button-clickable branch June 25, 2020 12:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants