Opened 12 years ago
Closed 9 years ago
#9217 closed defect (invalid)
dojo.cookie can not change window scope.
Reported by: | virsir | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Core | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.withGlobal has no effect for dojo.cookie functions.
Change History (9)
comment:1 Changed 11 years ago by
Milestone: | 1.4 → tbd |
---|
comment:2 Changed 11 years ago by
Owner: | changed from anonymous to Ben Lowery |
---|
comment:3 Changed 11 years ago by
Status: | new → assigned |
---|
I'll need a more complete repro case to understand what's trying to be accomplished.
I'm not sure there's any real problem with switching the code to use dojo.doc instead of document directly. Window isn't really involved here, cookies live off the document object.
comment:5 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
comment:6 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
comment:7 Changed 10 years ago by
Milestone: | 1.6 → future |
---|
(sadly) punting seemingly abandoned ticket and meta tickets to future
comment:8 Changed 9 years ago by
Owner: | Ben Lowery deleted |
---|---|
Status: | assigned → open |
comment:9 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | open → closed |
Closing since no test case provided.
Note: See
TracTickets for help on using
tickets.
@ben - any chance you can peek at this? is this a limitation (due to IE) in general?