Modify ↓
#13744 closed defect (fixed)
Dialog text truncated
Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWorkflowAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description (last modified by )
Attachments (1)
Change History (10)
Changed 5 years ago by
Attachment: | Screen Shot 2020-01-30 at 17.44.42.jpg added |
---|
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Trac Release: | → 1.2 |
---|
comment:3 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 5 years ago by
Thanks for the report. Dialog title is wrapped with jquery ui 1.8 in Trac 1.0 but is not wrapped with jquery ui 1.11 in Trac 1.2.
comment:5 Changed 5 years ago by
Thanks for fixing.
One other thing, the dialog has an x in the upper right corner, but the button doesn't close the dialog. Only Cancel closes the dialog. Tested with Trac 1.2-stable.
comment:8 follow-up: 9 Changed 5 years ago by
Is there any advantage to using?:
$ pip install 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip'
vs
$ pip install svn+https://trac-hacks.org/browser/tracworkflowadminplugin/0.12
comment:9 Changed 4 years ago by
Replying to Ryan J Ollos:
Is there any advantage to using?:
$ pip install 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip'
vs
$ pip install svn+https://trac-hacks.org/browser/tracworkflowadminplugin/0.12
I've used the latter because it's documented for pip.
Note: See
TracTickets for help on using
tickets.
In 17672: