#13754 closed defect (fixed)
android 'has' tests fail
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | 1.7-mobile | Cc: | Atsushi Ono, Kris Zyp |
Blocked By: | Blocking: |
Description
[25992] introduced a new has test for android, which wins over the one in dojox.mobile, and android tests in dojox.mobile no longer work correctly because it needs android version number.
Change History (5)
comment:1 Changed 9 years ago by
comment:3 Changed 9 years ago by
Summary: | android tests fails → android 'has' tests fail |
---|
comment:4 Changed 9 years ago by
Cc: | Kris Zyp added |
---|
Actually, many of the browser tests in dojo/_base/sniff.js return a number (ex: isFF, isIE, isSafari), isAndroid can too.
Note: See
TracTickets for help on using
tickets.
I know the policy for has tests is to return only true or false, but (at least in 1.7) dojox.mobile needs version number from has tests.