fcfort / betterment-csv-chrome

Betterment CSV export Chrome extension
https://chrome.google.com/webstore/detail/betterment-pdf-to-csv-exp/jbneodpofmnammepmnejgkacdbjojcgn
Apache License 2.0
10 stars 4 forks source link

csv link can't be clicked #32

Closed fcfort closed 8 years ago

fcfort commented 8 years ago

There is a new link attribute in the activity page called data-no-toggle that controls whether or not an onclick event toggles the dropdown functionality.

This is preventing the csv link from being clicked. The workaround is to right-click the csv text and use the context menu to download the file.

See relevant HTML:

<a target="_blank" data-no-toggle="true" href="/document/Betterment_Dividend_Reinvestment_2016-06-08.pdf?account=477824&amp;hash=4241996D7F3EB1AC9547BEEDB57770D8">
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 15" preserveAspectRatio="xMidYMid meet" class="pdf-icon"> ...
  </svg>
  Dividend Received
</a>