| Summary: | Many plugins only work after loading about:plugins | ||
| Creator: | draustus | Date: | 2003-11-07 09:21:59 |
| Project: | K-Meleon | Owner: | .Nobody |
| Status: | Closed | Severity: | Major |
| Version: | Unknow | Target Version: | Unknow |
When I click on a link to a pdf document I'm given a "Save As" dialog box. On previous versions of K-Meleon the document would open in the browser window using acrobat reader. However, if I go to "about:plugins", then go back and try to open the pdf it works fine. I'm assuming that KM's not properly loading the plugin until it does some kind of plugin scan for about:plugins. I've been able to duplicate this bug with both Acrobat Reader 5.1 and 6, on Windows 98SE, 2000, and XP, with a fresh install of the OS, KM, and plugin in the case of XP. I've also tried installing KM then the plugin, and vice versa, with no difference.
I don't know when this bug materialized, but it was some time into the beta 0.8 process.
Update.
Here's a strange thing. Sun's java plugin works OK too... and if you visit a page with java on it, you will then find the acrobat plugin will work OK afterwards without having to do the 'about:plugins' bit.
Nick
I am having the same problem with both AlternaTIFF plugin and Adobe Acrobat - instead of opening the files I get the "Save as" dialog box. Both plugins worked properly in 0.7.
I've heard of this, but I'm not sure where. Need to check for duplicates.
[Changed Status from "Unconfirmed" to "Open"]
[Changed Summary from "Acrobat Reader plugin" to "Acrobat Reader plugin only works after loading about:plugins"]
Marking bug 559 as duplicate.
[Changed Summary from "Acrobat Reader plugin only works after loading about:plugins" to "Many plugins only work after loading about:plugins"]
rmn:
I already looked at duplicates - i.e. I had the adobe plugin in the KM plugins folder as well as where Adobe puts it. The user_pref plugin.scan found the Adobe one, so I removed the one in the KM plugins folder (and vice-versa). Neither worked to make the plugin work first time without 'prompting' it.
Nick
I was talking about duplicate bug reports. :)
[Changed Severity from "Normal" to "High Priority"]
I was talking about duplicate bug reports. :)
:D
Here's a temporary and working solution.
In your macro.cfg, add this small piece:
OnStartup {
open("javascript:(navigator.plugins.refresh(false))");
}
To understand the 'false' bool, look at the source of the 'about:plugins' page.
Nick
Reported as fixed in the latest build. Nick, can you try it out?
[Changed Status from "Open" to "Fixed"]
Yes, this appears to be working OK now on K-Meleon 0.8.1
Thank you :)
Nick
[Changed Status from "Fixed" to "Closed"]