#510 closed defect (fixed)
ContentPane._executeScript uses global loop-variable
Reported by: | js-dojo-tester | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
kitchen-sink-build: 2006-03-08
In widgethtmlContentPane.js the function ContentPane?._executeScripts contains 2 for-loops. Both of these for-loops use a global 'i' instead of a 'var i'. This can cause issues with the evalled-script-code (detected in Firefox). (maybe only if this evalled code itself isn't clean but anyway 'var i' seems better)
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | 0.2.2release → 0.3release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks, fixed in #3262