Opened 13 years ago
Closed 13 years ago
#7441 closed defect (fixed)
robot: remove security function parameter
Reported by: | Douglas Hays | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | TestFramework | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you do a dojo.connect from a child window in the same domain, you can intercept the security function and then use it to control the keyboard and mouse. Might as well not use it and let the browser enforce security via domain checking.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [14851]) References #7441. Proxy commit for haysmark. Remove security function since it could be intercepted. Make dojo.robot.sequence public for use in Deferred tests. Add duration parameter to typeKeys replacing speed parameter.