A webix message with the property expire:false disappears after 4 seconds but should remain visible until a mouse-click occurs.
Try to use
webix.message({ text:"Some", expire:-1})
Message expects to get expire time, and -1 for never expire ( I’m agree that accepting the false value as “never expire” would be nice )
Fine! But then you should update the documentation, which says “expire:false” is the setting.
Documentation updated.
http://docs.webix.com/desktop__message_boxes.html#infomessagebox