Opened 7 years ago
Closed 7 years ago
#17637 closed defect (invalid)
dojo.addOnLoad() broken in Windows 8.1
Reported by: | scottcronk | Owned by: | scottcronk |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Core | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.addOnload() not returning false with Windows 8.1 operating system. This bug is true across all browsers IE, Firefox and Chrome.
Attachments (1)
Change History (5)
comment:1 Changed 7 years ago by
Component: | General → Core |
---|---|
Owner: | set to scottcronk |
Status: | new → pending |
comment:2 Changed 7 years ago by
Status: | pending → new |
---|
Sorry. I meant the dojo.addOnLoad is not firing upon load of requires.
In my use (below) we never get the function to execute; works fine in 1.9.1
dojo.addOnLoad(
function(){
some function
}
);
comment:3 Changed 7 years ago by
Status: | new → pending |
---|
I tried it on Win8.1 / IE11 and it works fine. If you have a test case that fails you can attach it here and add a comment.
comment:4 Changed 7 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
I don't understand what you mean by "not returning false". That function isn't supposed to return anything.