Opened 11 years ago
Closed 11 years ago
#9967 closed defect (fixed)
Add dj_chrome flag (like dj_safari) to <body>
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dijit/_base/sniff.js does not add a pre-set CSS class for Chrome even though dojo has a browser detection flag dojo.isChrome.
We encountered a Chrome-specific issue, but we couldn't use dj_webkit, because it affected Safari also.
Adding this line to sniff.js should be fine.
dj_chrome: d.isChrome,
Note: See
TracTickets for help on using
tickets.
(In [20249]) Adding in dj_chrome flag for a case where safari and chrome's behavior differs. Also removing flags for opera and FF versions that we don't support. Fixes #9967.