Opened 17 years ago
Last modified 2 years ago
#240 new defect
[PATCH] Long svn paths cause problems in the admin interface
Reported by: | jeberger@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | Administration interface | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
Problem description
In the admin interface, if one of the build configurations has a long svn path, the list of configurations overlaps the "Add Configuration" panel. When this happens, it becomes impossible to click on the check box to enable or disable these configurations.
Suggested workarounds or fixes
A workaround on the user side is to use a smaller browser font.
A possible fix is included in the attached patch: it limits the displayed length for the svn path to 32 characters which is enough to give a good idea of the path, while preventing the list from growing too wide.
Note
A similar problem may occur if the user gives a long name to a build configuration.
Attachments (1)
Change History (4)
Changed 17 years ago by jeberger@…
comment:1 Changed 17 years ago by thomas_mueller_ffb
idea: can we add a tool tip containing the full path
alternative: instead of cutting pieces of the path: use line-breaks
comment:2 Changed 17 years ago by jeberger@…
- Summary changed from Long svn paths cause problems in the admin interface to [PATCH] Long svn paths cause problems in the admin interface
comment:3 Changed 15 years ago by osimons
- Milestone changed from 0.6 to 0.6.1
Patch against trunk revision 519