Issue Details (XML | Word | Printable)

Key: JRA-14244
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Andreas Knecht [Atlassian]
Reporter: Jeff Turner [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

UI bug: text wrongly aligned in workflow editor

Created: 09/Jan/08 02:33 AM   Updated: 10/Jan/08 06:19 PM
Component/s: Workflow
Affects Version/s: 3.12.1
Fix Version/s: 3.12.2

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. wfsteps.png
(8 kB)

Participants: Andreas Knecht [Atlassian], Anton Mazkovoi [Atlassian] and Jeff Turner [Atlassian]
Since last comment: 34 weeks, 3 days ago
Resolution Date: 10/Jan/08 06:19 PM
Labels:


 Description  « Hide
When viewing a transition in the workflow editor, it shows the previous and next state. The text for the previous state is right-aligned, which makes it too close to the right border:

Here, thanks to firebug, is the HTML from the "previous" status:

<td nowrap="" bgcolor="#ffffff" align="right" style="border: 1px solid rgb(187, 187, 187);">
   <a href="ViewWorkflowStep.jspa?workflowName=Support+Workflow+v.17&workflowStep=13">Escalated</a>
</td>

and the "next" state:

<td nowrap="" bgcolor="#ffffff" align="left" style="border: 1px solid rgb(187, 187, 187);">
    <a href="ViewWorkflowStep.jspa?workflowName=Support+Workflow+v.17&workflowStep=8">Resolved</a>
</td>


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] added a comment - 09/Jan/08 02:35 AM
But then, it looks fine in Opera, and might just be my font size.

Anton Mazkovoi [Atlassian] added a comment - 09/Jan/08 09:38 PM
Andreas,

I think we had this problem for a while. Can you have a look?

You wanted to brush up on your UI skills

Cheers,
Anton


Andreas Knecht [Atlassian] added a comment - 10/Jan/08 06:19 PM
Steps/Transitions in the workflowbrowser are now left aligned and they no longer touch the border on the right