That are my thoughts too but with Ubiquity it's more likely to use the 
popup so i was hoping some one close to or in the Ubiquity team  could 
solve this.


david

Op 7/02/2009 23:05, Blair McBride schreef:
> Hmm, I've never seen or heard of that happening before. If it helps,
> this would be a bug in Firefox rather than a bug in Ubiquity. But beyond
> that, I have no idea.
>
> - Blair
>
>
>
>
> On 8/02/2009 1:51 AM, David Duymelinck wrote:
>    
>> Hello,
>>
>> I created protytype auto copy function
>>
>> function pageLoad_autoCopy()
>> {
>> var doc = CmdUtils.getDocument();
>>
>> jQuery('body',doc).mouseup(function(){
>> var cur_selection = doc.getSelection();
>> if(cur_selection.length>   0)
>> {
>> CmdUtils.copyToClipboard(cur_selection);
>> if(cur_selection>   30){ cur_selection = cur_selection.substr(0,30)+'...'; }
>> displayMessage('To clipboard : '+cur_selection);
>> }
>> });
>> }
>>
>> and once in a while the displayMessage gets called for the first time,
>> the popup stays on top of all my applications until i kill the firefox
>> process.
>>
>> I'm using ff 3.0.6 on vista sp1
>>
>> Greetings,
>>
>> david
>>
>>      
>
> >
>
>    


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to