Custom Query (18300 matches)
Results (64 - 66 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#18672 | fixed | dojox/mobile/deviceTheme: on Android 5 and 6, the old android theme loads instead of the newer "holodark" theme | ||
Description |
dojox/mobile/deviceTheme relies on UA sniffing for mapping a particular theme to each platform. Since Android 5, it loads the old android theme instead of the newer "holodark" theme which should load for all Android 4+. The UA under Android 6 (preview) is the following: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MPA44I) AppleWebKit?/537.36 (KHTML, like Gecko) Chrome/44.0.2403.133 Mobile Safari/537.36 |
|||
#18680 | wontfix | No realtime TextBox maxLength enforcement on Chrome with Android 5+ | ||
Description |
I'm using the test page test_FormControls.html on Android M (Chrome browser) In the TextBox? that accept a max of 9 characters, you can enter more than 9 characters. When you leave the text box or close the keyboard, then input string is trimmed to the first 9 characters. (AV: reproducible also with Android 5.1, but not with Android 4.2.2, iOS 8 or latest Chrome/Win?). Holds when typing letters, not when typing numbers. The code involved is in dijit/form) |
|||
#17418 | fixed | ScrollablePane round corners are not correctly displayed on IE10+ and Firefox | ||
Description |
See the attached picture of the test page dojox/mobile/tests/test_ScrollablePane-mask.html displayed on IE11. The problem is related to the SVG mask created in IE and firefox to display round corners. |