| 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. | |
| 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 |
| Re[3]: Event problem in Firefox for OSX ¶ | |
| Actually this traces back to the recursion issue discussed elsewhere commenting out the following lines gets rid of the problem, but then the year can no longer be changed. Date.prototype.__msh_oldSetFullYear = Date.prototype.setFullYear; | |
| last |














