Closed jpearls closed 12 years ago
This appears to be working correctly as of now.
This only happens after searching for something (ie, has:attachments pdf). It seems that the layout is completely erasing all prior Javascript bindings upon searching.
Does the extension rely on the virus scan to run to trigger it to insert the link?
Nah, basically the extension just looks for the text 'scanning for viruses...' every second until it no longer exists on the page, in which case it then executes the function to build the new link.
I'm still experimenting with more efficient methods than this since that can get to be somewhat "noisy".
Seems to be working correctly with the preview pane enabled now. Great googly moogly. Closing this until I see any more issues pop up surrounding this topic.
With Preview Pane enabled, if I search for an email with a file attached and then open that email, the Save to Docs link never appears.
I believe this is just a result of the different span id...
< span id=":vd" > View / Save / Download Links < /span >
(FYI, works fine in search without Preview Pane enabled.)