| Event problem in Firefox for OSX ¶ | |
| We use DynarchMenu in a searchresult table with multiple selection implemented, (ctrl-clicks enables multiple selection). Works fine in FF and IE for win32, but on MacOSX DynarchMenu seems to hijack the ctrl-click, as well as command-clicks, and there it stays. So, no multiple selection for OSX... Is there any way to avoid that DynarchMenu is triggered by ctrl-clicks and/or command-clicks in FF for OSX? | |
| Re: Event problem in Firefox for OSX ¶ | |
| I'm afraid it's an operating system problem, rather than a browser or DynarchMenu problem. Mac OS X triggers the context menu upon CTRL+click (probably because Macintoshes traditionally come with a single-button mouse). As far as I know, there's no way we can avoid this. | |
| last |
| Re[2]: Event problem in Firefox for OSX ¶ | |
| Hi, Date.prototype.__msh_oldSetFullYear = Date.prototype.setFullYear; The calendar is called via a text field with a button event trigger in the following way: $return = '<input type="text" name="' . $oName .'" id="' . $oName . '" />'; $return .= '<img src="calendar.png" id="trigger_i" alt="+" />' ; $return .= "<script type=\"text/javascript\">\n" Any help is appreciated, thanks ilya | |
| last |














