Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Extension] Comment Links 1.3.2
This discussion has been closed.
Comments
That is to say, the menu works but nothing gets copied to the clipboard.
edit: ahh, that would be because Firefox disallows clipboard access by scripts...
It does not work at all here on Lussumo because the extension (broken version) has still not been updated.
Posted: Tuesday, 27 February 2007 at 5:42PM (AEDT)
Later...OK I updated to Firefox 2.0.0.2 and Comment Links v1.3.1 still works perfectly.
Posted: Tuesday, 27 February 2007 at 5:50PM (AEDT)
I have personally tested with Opera 8.5, 9, IE 6, 7, FF 1.5 and 2 on Windows XP, as well as FF 2 and Konqueror on Ubuntu 6.10.
Both IE 7 (with a nag dialog) and FF (allowed with a buried preference) are supposed to prevent clipboard access with Javascript. But there is a loophole if you pass that information through Flash.
If your Firefox has flash installed, it should copy.
Is there an option in this extension for the "dumb way" that ditches the menu and simply gives each comment a permalink to itself? That way I could just right-click and select "Copy Link Location".
As far as flashblock, it looks like it leaves a placeholder if you want to allow a flash to run... I could try putting it in a visible area, like right under the menu instead of a hidden div offpage... would that at least let you allow it to run in flashblock?
Well... yeah! If I wanted to be obvious about it! Pshh! [runs away] [hides]
Honestly I wouldn't bother trying to hack around Flashblock. I don't think it's common enough to justify adding more complexity to the extension, especially when relief is just a right-click away.
Is there a fix for this yet? Thanks!
-Andy
Apparently some versions of PHP handle my workaround differently. You should be able to fix this by inserting
reset($Formatters);
on line 45 (right after the foreach loop).I am working on getting this to work with Userinfo Tooltip, and will post an update when that is done.
This doesn't fix the JQ Thickbox or Userinfo Tooltip conflicts that I am still researching.