Gabriel: Is the WebAdmin integrated into Trac 0.11dev vastly different from the 0.3dev plugin available for Trac 0.10.4? My installation does not exhibit this behavior, and contains no Cancel buttons on any of the Admin pages exposed by other Trac plugins so I might duplicate the effect. I agree this can be annoying, but it sounds unusual for Trac or most Web sites.
Generally, cancel buttons (type="reset") on a Web form are not activated with Enter in major browsers (IE, Firefox, Safari) unless the button has Tab focus. I wonder if the dialog you're seeing with the Cancel button first is actually a JavaScript alert() box? The rules change between Web forms and a desktop GUI; JavaScript dialogs are governed by the latter. I agree with your preference to place Save/Apply/OK before Cancel; however, on Linux, UNIX and MacOS, this button order is naturally reversed from Windows and similar GUIs. Trac, WebAdmin and the Web browser have no control in this context unless the buttons are strictly contained within a Web form. Happy Holidays! --Jim Crissman IT Technician - Freight Management, Inc. On Dec 14, 12:31 pm, Gabriel Sean Farrell <[EMAIL PROTECTED]> wrote: > I've noticed in the WebAdmin that when editing any particular thing, > be it a component, milestone, etc., the "Cancel" button precedes the > "Save" button in the form. In most browsers, then, if one makes a > change and hits the Enter key, the action is canceled rather than > submitted. > > I'm wondering if anyone is against placing the "Save" button first, > altering the behavior to the more conventional "submit on enter". > > Gabriel On Dec 14, 12:31 pm, Gabriel Sean Farrell <[EMAIL PROTECTED]> wrote: > I've noticed in the WebAdmin that when editing any particular thing, > be it a component, milestone, etc., the "Cancel" button precedes the > "Save" button in the form. In most browsers, then, if one makes a > change and hits the Enter key, the action is canceled rather than > submitted. > > I'm wondering if anyone is against placing the "Save" button first, > altering the behavior to the more conventional "submit on enter". > > Gabriel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
