angular.js/src/scenario
Vojta Jina 66dec77555 fix(scenario): do not navigate if click event was cancelled
This is jQuery incompatible hack.
But we were doing monkey patching there anyway...

`$(...).trigger('click')` returns an array of return values, so that scenario
runner knows, whether the event default action was cancelled.

Without this fix, scenario runner was doing navigation even if JS code called
`event.preventDefault()`.

Note, this does not work in FF6
2011-09-08 23:00:59 +02:00
..
output style(*): remove extra semicolons 2011-08-15 00:21:02 -07:00
angular-bootstrap.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
angular.prefix chore(license): update license headers + add version num 2011-07-22 15:49:10 -07:00
angular.suffix JSTD adapter for running e2e tests 2011-05-19 09:43:56 -07:00
Application.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
Describe.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
dsl.js fix(scenario): do not navigate if click event was cancelled 2011-09-08 23:00:59 +02:00
Future.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
matchers.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ObjectModel.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
Runner.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
Scenario.js fix(scenario): do not navigate if click event was cancelled 2011-09-08 23:00:59 +02:00
SpecRunner.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00