Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11751 closed defect (cantfix)

Misalignment in NewTicket, ViewTicket and ModifyTicket

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: ticket system Version: 1.0.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I encountered an issue where the New Ticket, View Ticket and Modify Ticket pages are showing misalignment of fields/custom fields.

I tried to overcome this by defining the order of my custom fields but this just made the misaligned fields move around without Fixing the issue.

Then I was thinking about even or odd custom field counts, so for testing I disabled some using the BlackMagicTicketTweaks plugin but that also didn't help.

Please see the attached screenshots for an overview of what I have here.

Here is the relevant part of my trac.ini:

[ticket-custom]
billable = checkbox
billable.label = Billable?
billable.order = 0
billable.value = 1
estimatedhours = text
estimatedhours.label = Estimated Hours
estimatedhours.order = 2
estimatedhours.value = 0
hours = text
hours.label = Add Hours to Ticket
hours.order = 4
hours.value = 0
parents = text
parents.label = Parent Tickets
parents.order = 5
project = text
project.label = Project
project.order = 1
project.value = 
stepsreproduce = textarea
stepsreproduce.cols = 60
stepsreproduce.format = wiki
stepsreproduce.label = Steps to reproduce
stepsreproduce.order = 6
stepsreproduce.rows = 10
therootcause = textarea
therootcause.cols = 60
therootcause.format = wiki
therootcause.label = Root Cause
therootcause.order = 7
therootcause.rows = 10
thesolution = textarea
thesolution.cols = 60
thesolution.format = wiki
thesolution.label = Solution
thesolution.order = 8
thesolution.rows = 10
totalhours = text
totalhours.label = Total Hours
totalhours.order = 3
totalhours.value = 0

Attachments (3)

ModifyTicketMisalignment.PNG (54.3 KB ) - added by anonymous 10 years ago.
Modify ticket misalignment
NewTicketMisalignment.PNG (39.4 KB ) - added by anonymous 10 years ago.
New ticket misalignment
ViewTicketMisalignment.PNG (68.5 KB ) - added by anonymous 10 years ago.
View ticket misalignment

Download all attachments as: .zip

Change History (6)

by anonymous, 10 years ago

Modify ticket misalignment

by anonymous, 10 years ago

Attachment: NewTicketMisalignment.PNG added

New ticket misalignment

by anonymous, 10 years ago

Attachment: ViewTicketMisalignment.PNG added

View ticket misalignment

comment:1 by Jun Omae, 10 years ago

Cannot reproduce it. It seems a th:TimingAndEstimationPlugin issue.

comment:2 by Jun Omae, 10 years ago

Resolution: cantfix
Status: newclosed

Feel free to reopen this issue if reproduced with no plugins.

comment:3 by anonymous, 10 years ago

Was solved by disabling the HoursLayoutChanger subcomponent of th:TimingAndEstimationPlugin. See also th:comment:16:ticket:10547.

Last edited 10 years ago by Jun Omae (previous) (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.