Jen wrote: > I am adding several custom ticket fields to our Trac (.10) interface. > > Then I added a 3rd textarea field, also with column width = 70. After > that one, any additional 'select' fields are not placed beneath the 3rd > textarea field, but instead to the right of it which requires scrolling > the browser to the right to see it. I want them to line up in the > first and second columns BELOW the 3rd textarea field. > > I have tried several different things and every time, this 3rd textarea > field messes up the display.
Yep, known bug. It will affect both the new ticket page and the view ticket details page. I had a similar problem, except with just a single textarea field. I attached a patch for the 0.10-branch to ticket #3109 on the Trac project page that works for me. If you try it, please add a note to the ticket. Sid --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
