This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-10
Channels
- # admin-announcements (21)
- # announcements (1)
- # boot (91)
- # cider (2)
- # cljs-dev (46)
- # clojure (77)
- # clojure-berlin (1)
- # clojure-czech (2)
- # clojure-dev (22)
- # clojure-france (2)
- # clojure-india (1)
- # clojure-japan (16)
- # clojure-russia (6)
- # clojure-uk (1)
- # clojurescript (195)
- # cloxp (2)
- # cursive (15)
- # editors (6)
- # jobs (10)
- # ldnclj (18)
- # liberator (3)
- # off-topic (2)
- # onyx (24)
- # re-frame (4)
- # reagent (57)
@escherize: as you have found, modal-panel
does not support a backdrop click in 0.5.4
but will do so in 0.6.0
which should be released this week some time. The reason the content click closes the panel is due to DOM event bubbling.
fair enough, and shortly you will have the choice. Our initial thought was that it should be fully modal and not allow a backdrop click (after all, the popover allowed this), but we got another request for this feaure so went ahead and allowed it. If you don't specify the new :backdrop-on-click
argument then it will behave as before for backward compatibility.