Hi,

I actually had the same problem some weeks before. I still haven't
found any solution for this, so far preventDefault and returning false
doesn't fix the problem..

-Paul

2007/2/3, Matt Stith <[EMAIL PROTECTED]>:
> Heh, never heard about that ctrl+click feature in firefox, ill probly be
> using that some time. As for your problem, try something like
>
> $().keypress(function(e) {
>    e.preventDefault();
>    ....
> });
>
>
>  If that doesnt work, i have no idea! Sorry!
>
> On 2/2/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
> >
> >
> >
> > Hi,
> >
> > I am working on a jquery plugin that highligths rows in a table.
> >
> > The user can press the 'ctrl' key and then mouse click on a
> >
> > specific rows in order to hightlight them. Ex
> >
> >
> >
> > <table>
> >
> > <tr><td>one</td><tr>
> >
> > <tr><td>two</td><tr>
> >
> > <tr><td>three</td></tr>
> >
> > </table>
> >
> >
> >
> > Question: In firefox(1.5.0.9 or 2.0.0.1), if I press the 'ctrl' key and
> then left mouse click on a row, the browser places a blue border around the
> <td> element. Is there a way to prevent this blue border? MSIE7 does not
> have this problem.
> >
> >
> >
> > Can jquery call a handler in the 'capture phase' and apply a css to
> prevent this blue border. I know this is a browser specific problem. Thank
> you
> >
> >
> >
> >
> >
> > _______________________________________________
> >
> >
> >
> > _______________________________________________
> > jQuery mailing list
> > [email protected]
> > http://jquery.com/discuss/
> >
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>


-- 
--
Paul Bakaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to