> Have you tried to apply the (maybe) patch I posted at sourceforge?
> This should stop al those mouse.js line 128 errors.
> http://sourceforge.net/tracker/index.php?func=detail&aid=425303&group
> _id=5757&atid=105757
> 
> It should also help this double-click issue.

just tried it, it works! I think it should be applied to the cvs (works 
for linux and does not affect any others)

and I've got a patch for the middle-button:
I added 

  if (is.ns4 && is.platform=="other" && type.indexOf("md")==0) {
    return false;
  }

just before

  // Return value
  return evt.browserReturn;
}

then the middle-button is detected and the "paste to url" is disabled


adding
  if (is.ns4 && is.platform=="other" && type.indexOf("rt")==0) {
    return false;
  }
removes the context-menu on right click, but fires only rtmousedown but 
no rtmouseup

> We know the key-events will never work, not implemented on Linux.
> Maybe best if this was noted on the example.

I know, but noted it anyway

> And button image not working should be helped by refreshing the 
> browser, -
> this is a problem with Dynimage I think.

may be caused by the disappearing images in the dynimage example (when 
auto resize is on)

-- 
Roland "Robelix" Obermayer
Authorisierter Nichtdenker
http://www.robelix.com
[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED]
Fon: 0699/11542243

--
"This `telephone' has too many shortcomings to be seriously
considered as a means of communication. The device is
inherently of no value to us."
-- Western Union internal memo, 1876.

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to