[Sidebar] closable:false does completely prevent manual closing aswell #467
Labels
lang/javascript
Anything involving JavaScript
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Bug Report
Sidebar having setting
closable:false
does also prevent closing when triggered manually (for example by.sidebar('toggle')
Steps to reproduce
closable:false
Expected result
Sidebar should close when triggering it via behavior call. It should only prevent closing when clicking somewhere else on the page as stated in the docs
Actual result
closing is preventing in all cases
Testcase
http://jsfiddle.net/xqtb1pw0
This is a regression since #335
Version
2.7.2
The text was updated successfully, but these errors were encountered: