Skip to main content
September 13, 2010
Question

cfgrid & safari 2.0 - double click doesn't work??

  • September 13, 2010
  • 1 reply
  • 706 views

Safari 2.0 is not handling a double click in a cfgrid. Does anyone know about this issue? Workaround?

I personally don't have an old mac with safari 2.0 on it, and I have very limited access to the machine where this is happening. But I was able to find out that the double click handler isn't even being called. I put an alert ('double click'); as the first line of the function, and it never comes up.

The site is:

www.bicycleinventory.com

Notice the grid on the home page... double click and you should see a cfwindow.

    This topic has been closed for replies.

    1 reply

    Inspiring
    October 10, 2010

    Is it <cfgrid>, or Safari 2.0's handling of double-clicks in general?

    Is it perhaps something to do with this:

    http://www.quirksmode.org/bugreports/archives/2006/06/AddEventListener_not_working_in_Safari_for_double_.html

    ?

    --

    Adam

    October 11, 2010

    Interesting... it definitely could be. There's not much info on that page about it, but I'll dig a little further. Thanks!