Custom Query (18300 matches)
Results (70 - 72 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#16849 | fixed | dojox/mobile API doc improvements | ||
Description |
Various API doc improvements/fixes, including deprecation of EdgeToEdgeDataList?, RoundRectDataList?, and sniff. |
|||
#16868 | fixed | dojox/mobile: error thrown when deleting programmatically an item of an editable IconContainer | ||
Description |
For an editable dojox/mobile/IconContainer, calling deleteItem() programmatically fails and throws an error. (Differently, there is no error when deleting the item using interactively using the the close button). How to reproduce: Use the DOH test IconContainerTest2.html included in the attached patch. |
|||
#16900 | fixed | [patch][ccla]dojox/gesture breaks the editing of input fields | ||
Description |
dojox/gesture breaks the editing of <input> (or <textarea>) elements that are descendants of elements for which dojox/gesture is used. How to reproduce:
=> You cannot. This holds in both desktop (latest FF or Chrome) and mobile browsers (Safari on iPad 4). A workaround is (on desktop) to give the focus to the input field using the TAB key. The cause is the e.preventDefault() called by dojox/gesture/Base._process() regardless of the type of event's target. The attached suggested patch goes similarly as dojo/touch for the same issue. |