Menu

#4 Clicking Item does not work in Opera

open
None
5
2005-11-02
2005-06-28
Anonymous
No

In IE/FF you can click a completed item - but in Opera
you can only press enter.

I tried my brain at this one for a while and couldn't
get anywhere :-|

Discussion

  • Chris Holland

    Chris Holland - 2005-11-02
    • assigned_to: nobody --> valmont
     
  • Nobody/Anonymous

    Logged In: NO

    yeah i couldn't solve it too

     
  • Lou

    Lou - 2006-07-14

    Logged In: YES
    user_id=1409039

    Hi, I've solved that problem, I have just replace line:

    a += '<p class="matchedSmartInputItem' + selectedString +
    '">' + siw.matchCollection[i].value.replace(/\{
    */gi,"&lt;").replace(/\} */gi,"&gt;") + '</p>';

    to

    a += '<div class="matchedSmartInputItem' + selectedString +
    '" onmouseup="javascript:handleClick()">' +
    siw.matchCollection[i].value.replace(/\{
    */gi,"&lt;").replace(/\} */gi,"&gt;") + '</div>';

    in function getSmartInputBoxContent();

    Try it!
    That works for me.

     

Log in to post a comment.