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.
> >
> > > Actually, when resolution is empty in a ticket, the
> > > render_ticket_action_control() in api.py sets every option in the
> > > resolution combo box as "selected".
> >
> > Hmm... I'm not seeing this. I see it not setting any as selected. Can
you
> > double-check and give me a detailed case where this happens?
>
> 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>
=====
Double-check that your copy is up-to-date as of r5121, and has no local
modifications. Also clean out your .pyc's and .pyo's to make sure you're not
running from an old cached compilation or something.
If you are still seeing that issue, please send a copy of the entire ticket
page.
Thanks,
Eli
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---