Opened 9 years ago
Closed 5 years ago
#15357 closed defect (patchwelcome)
dojo.hash changes location to completely different page
Reported by: | haysmark | Owned by: | Rob Retchless |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Core | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- Save hashtest.html and hashiframe.html as siblings to the dojo,dijit,dojox dirs.
- Load hashtest.html. It will load hashiframe.html in an iframe and call dojo.hash("test") and dojo.hash("test2")
- You will get two alert dialogs indicating two problems:
- the hash of the iframe after calling dojo.hash('test2') is not set
- instead of loading hashiframe.html#test2 in the iframe, dojo.hash loads hashtest.html#test2.
Attachments (2)
Change History (4)
Changed 9 years ago by
Attachment: | hashtest.html added |
---|
comment:1 Changed 9 years ago by
Owner: | set to Rob Retchless |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Given that no one has shown interest in creating a patch in the past 3+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Main test.