1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-28 07:50:49 +02:00
Nativefier/app/src
Ronan Jouchet a42554fe1d Fix context menu actions broken on <a> elements containing nested markup
Test case: open nativefier on

```html
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Test</title>
</head>
<body>
  <a href="https://google.com/">Google</a>
  <br>
  <a href="https://google.com/"><span>Google, in span</span></a>
</body>
</html>
```

* **Expected**: both links open in default browser
* **Actual under nativefier 7.0.1**: Nothing happens when clicking the second link in which the `<a>` contains a `<span>`
2016-09-29 14:10:28 -04:00
..
components add "copy link location" and "--internal-urls <regex>" features (#230) 2016-08-07 02:03:53 +08:00
helpers add "copy link location" and "--internal-urls <regex>" features (#230) 2016-08-07 02:03:53 +08:00
static Fix context menu actions broken on <a> elements containing nested markup 2016-09-29 14:10:28 -04:00
main.js Implement downloading of files 2016-05-26 22:50:40 +08:00