Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
105cf017
...
105cf01730f55e83209d6e1ae3f90952c3f398fd
authored
2012-12-14 11:48:35 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated CHANGELOG
1 parent
c53882b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
CHANGELOG.md
CHANGELOG.md
View file @
105cf01
...
...
@@ -28,6 +28,12 @@ casper.withFrame('frame1', function() {
});
```
#### Reverted to emulated mouse events
Native mouse events didn't play well with (i)frames, because the computed element coordinates of the clicked element were erroneous.
So programmatic mouse events are reintroduced back into this corrective RC until a better solution is found.
### Bugfixes & enhancements
-
merged
[
#269
](
https://github.com/n1k0/casperjs/issues/269
)
- Windows Batch script: fixed unsupported spaces in path and argument splitting
...
...
Please
register
or
sign in
to post a comment