Custom Query (18300 matches)
Results (34 - 36 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12978 | fixed | dijit.form.Select: validate() tooltip displaying confusion. | ||
Description |
I got form with a few select inputs (empty default value, required=true), and form.validate is bind to onSubmit. When I click submit, form validation happens and validate is run for every Select:
As only one tooltip can be displayed at a time, only last one is visible. Now I choose a value for all but first select and click submit again. Form.validate() is run again: 1st Select (has empty value):
Other Selects (values provided):
As a result we don't see any tooltip, cause hide/showTooltip() wasn't called for 1st Select. It's confusing. |
|||
#13274 | worksforme | Support for ioMethod in dijit.layout.ContentPane | ||
Description |
Dijit/ContentPane? does recognize this.ioMethod, but doesn't support passing ioMethod param to the constructor. P.S. It's fully supported for dojox/ContentPane. |
|||
#13275 | fixed | dijit.layout.ContentPane onDownloadError is not triggered when there is no response from server. | ||
Description |
When server is down and we try: contentPane.set('href', 'http://serwer-down.org') onDownloadError isn't triggered, but JS error occours. |