Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Picker window only using dismissOnOutsideClick the first time it's drawn

    I'm making a custom form item using a picker. I want the picker to be modal and for dismissOnOutsideClick: false.

    It behaves as expected the first time the picker is opened, but the second time, clicks outside the window will close the picker. Doing some debugging, it looks like dismissOnOutsideClick is only used to construct the mask when the Window is drawn. Instead of destroying it on close, I just hide it. However, when it's redrawn, showPicker just goes straight to the .hide() clickAction.

    I'm using "v11.0p_2017-01-10/LGPL Deployment"

    Thanks!
Working...
X