Noah Kantrowitz wrote:
> Huge fundamental problem: At the time the ticket UI is loaded, we have no
> idea what type the ticket is. Either you need to put a screen before the
> main ticket UI where you select a type, or you do the whole thing
> client-side with JavaScript. Trac maintains a policy of not requiring
> JavaScript for actual functionality (just makes existing functions faster),
> so #2 is right out. This leaves #1, which would be annoying as all get out.
> If you have another option please share it though.
>   
Actually, #2 is still in play, if non-javascript users select their 
ticket type in a different manner (must click a "Change Type" submit 
button to update ticket type). There might be some confusion if users 
forget to click said button after changing the type dropdown.

I'm guessing adding a CSS menu to the new ticket button (containing 
links to ticket types) would not be desirable, since such tricks are not 
used elsewhere. Compatibility issues?

Ted


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to