I can reproduce on my setup when I use Pavel's config. I use Genshi 0.4dev_r509-py2.4 and trac workflow r5121.
On Mar 26, 9:55 pm, "Pavel Kourochka" <[EMAIL PROTECTED]> wrote: > On 3/26/07, Eli Carter <[EMAIL PROTECTED]> wrote: > > > > > > > On Sunday 25 March 2007, Pavel Kourochka wrote: > > > > On 3/23/07, Eli Carter <[EMAIL PROTECTED]> wrote: > > > > > > Comments after testing: > > > > > - The 'set_resolution' action does not set the resolution to 'fixed' > > > > > by default. > > > > > Ah, good point. Fixed. > > > > It seems that the fix does not help. > > > > It is easy to reproduce the problem if the above qarmt-workflow > > > settings are used. Just create a ticket, and then view HTML source for > > > the created ticket - the "resolve" action: > > > ===== > > > <input type="radio" id="resolve" name="action" > > value="resolve" /> > > > <label for="resolve">resolve as</label> > > > <select name="resolve_resolve_resolution" > > > id="resolve_resolve_resolution"><option > > > selected="selected">fixed</option><option > > > selected="selected">invalid</option><option > > > selected="selected">wontfix</option><option > > > selected="selected">duplicate</option><option > > > selected="selected">worksforme</option></select> > > > ===== > > > > When it is rendered in Firefox, it shows last selected item (e.g. > > > worksforme) by default. > > > That's not what I'm getting. > > ===== > > <input type="radio" id="resolve" name="action" value="resolve" /> > > <label for="resolve">resolve as</label> > > <select name="resolve_resolve_resolution" > > id="resolve_resolve_resolution"><option > > selected="selected">fixed</option><option>invalid</option><option>wontfix</option><option>duplicate</option><option>worksforme</option></select> > > ===== > > > If you are still seeing that issue, please send a copy of the entire ticket > > page. > > Details have been sent to your personal email. > > May be the problem occurs due to Genshi version? I am using > 0.4dev-r509 because current trunk has the restriction > 'Genshi>=0.4dev-r493, <0.4dev-r510'. > > Regards, > Pavel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
