persistent always on top popup

4 views
Skip to first unread message

David Duymelinck

unread,
Feb 7, 2009, 7:51:12 AM2/7/09
to ubiquity...@googlegroups.com
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

Blair McBride

unread,
Feb 7, 2009, 5:05:36 PM2/7/09
to ubiquity...@googlegroups.com
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

David Duymelinck

unread,
Feb 7, 2009, 10:58:12 PM2/7/09
to ubiquity...@googlegroups.com
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:

Blair McBride

unread,
Feb 8, 2009, 4:52:03 PM2/8/09
to ubiquity...@googlegroups.com
Looks like this is the following bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=452894

- Blair

David Duymelinck

unread,
Feb 8, 2009, 5:17:43 PM2/8/09
to ubiquity...@googlegroups.com
Thank you Blair for taking the time to do a bugzilla search. I added a
comment.


David


Op 8/02/2009 22:52, Blair McBride schreef:
Reply all
Reply to author
Forward
0 new messages