#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)
Change History (6)
by , 10 years ago
Attachment: | ModifyTicketMisalignment.PNG added |
---|
comment:2 by , 10 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Feel free to reopen this issue if reproduced with no plugins.
comment:3 by , 10 years ago
Was solved by disabling the HoursLayoutChanger
subcomponent of th:TimingAndEstimationPlugin. See also th:comment:16:ticket:10547.
Modify ticket misalignment