Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Release/v2.0.5 #189

Merged
merged 3 commits into from
Nov 30, 2015
Merged

Release/v2.0.5 #189

merged 3 commits into from
Nov 30, 2015

Conversation

andreruffert
Copy link
Owner

No description provided.

gwarnants and others added 3 commits November 26, 2015 10:55
Rangeslider doesn't work if it is initialized inside a hidden container where display: none has been forced with an **!important** declaration. This way to hide elements is used by Bootstrap, HTML5 Boilerplate, ...

```css
.hidden {
  display: none !important;
}
```
```html
<div class="hidden"">
  <input type="range" />
</div>
```
This is because hiddenParentNodes[i].style.display = 'block' doesn't override important style. My fix correct this problem.
Doesn't work inside a display: none !important container
@andreruffert andreruffert added this to the Release v2.0.5 milestone Nov 30, 2015
andreruffert added a commit that referenced this pull request Nov 30, 2015
@andreruffert andreruffert merged commit 65b959a into master Nov 30, 2015
@andreruffert andreruffert deleted the release/v2.0.5 branch November 30, 2015 11:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants