Does 1.3.7 fail to capture FF 2 for anyone else??

I “downgraded” from Firefox 3 back to FF2 (2.0.0.16 to be specific) so it would continue to work with EagleFiler. Now, with EF 1.3.7 and its improved error handling for FF3, I cannot capture from FF2. Aargh! Is anyone else seeing this? Can I go back to 1/3/6? Otherwise, I might as well move to FF3 at this point!

Sorry about that. It’s fixed in EagleFiler 1.3.8.

Michael - Wow - thanks! Works just fine with FF2 again.

In the meantime, I wrote this AppleScript to capture URLs from FF2, and it worked fine, but I could not figure out how to pop up the option-F1 tagging dialog. Any way to do that in AppleScript?

tell application “Firefox”
set FF to properties of front window as list
set theURL to item 3 of FF
end tell

tell application “EagleFiler”
tell library document 1
import URLs {theURL}
end tell
end tell

No. At present, it can only be shown by pressing the Capture With Options key.

Ah, well. At least 1.3.8 is doing the job. And someday, maybe FF3 will work too.