Opened 13 years ago
Closed 13 years ago
#9496 closed defect (fixed)
scrollIntoView has undefined variable reference
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
scrollIntoView has:
var isIE8strict = dojo.isIE >= 8 && !compatMode;
but compatMode is not yet defined.
Note: See
TracTickets for help on using
tickets.
(In [18625]) Fixes #9496 !strict. Move existing code around so that compatMode is defined in time.