#14804 closed defect (fixed)
connect to propertychange fails within framesets
Reported by: | grijsje | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Events | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The issue occurs on IE8 standards mode and only when the page is loaded through a frameset, loading the html as standalone works perfectly fine.
My dojo version is 1.7.0, I did apply the patch for issue 14503([27490/dojo]).
In order to replay the problem, open the attached frameset (fix the location to your dojo), click on either of the links and check your ie console see also the attachments.
The problem seems to be that the change handler kicks in the moment he is attached to the domNode.
Attachments (5)
Change History (8)
Changed 9 years ago by
Attachment: | testFrameset.jsp added |
---|
Changed 9 years ago by
Attachment: | testCase.html added |
---|
Changed 9 years ago by
Attachment: | ScreenHunter_032.jpg added |
---|
Changed 9 years ago by
Attachment: | testCase.2.html added |
---|
Changed 9 years ago by
Attachment: | testFrameset.html added |
---|
comment:1 Changed 9 years ago by
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
Please ignore the testFrameset.jsp, use the testFrameset.html instead.