View Issue Details

IDProjectCategoryView StatusLast Update
0030279mantisbtuipublic2023-10-31 16:32
Reporterdregad Assigned Todregad  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Target Version2.26.0Fixed in Version2.26.0 
Summary0030279: Text Custom Field columns should be left-aligned
Description

On View Issues page, the contents from Custom Field columns of type String and Textarea is centered.

To have a consistent display compared to standard text columns (summary, description, etc), they should be left-aligned.

TagsNo tags attached.

Relationships

related to 0030268 closeddregad Bugnote count column wraps on View Issues page when 10 or more 

Activities

dregad

dregad

2022-05-17 10:18

developer   ~0066587

Issue was incorrectly resolved due to pushing a work-in-progress branch to core repository, instead of my own fork, in preparation for a pull request.

dregad

dregad

2022-05-17 12:12

developer   ~0066591

PR https://github.com/mantisbt/mantisbt/pull/1815

Related Changesets

MantisBT: i30278-remove-cftype-const b06b3e45

2022-05-17 09:15

dregad


Details Diff
Consistently set type class for custom field columns

'cftype-textarea' class was introduced to fix wrapping for textarea
custom fields, as part of the patch for the regression on overflow-wrap
(see 0030268).

Assign a 'cftype-xxx' class to Custom Field columns of any type, where
xxx is the type (label) defined in $g_custom_field_type_enum_string,
with a simple transformation to ensure it is a valid CSS identifier.

Issue 0030279
Affected Issues
0030279
mod - core/custom_function_api.php Diff File

MantisBT: i30278-remove-cftype-const c42fa831

2022-05-17 09:17

dregad


Details Diff
Left-align text Custom Field columns

String and Textarea columns are left-aligned instead of centered, to
have a consistent display compared to standard text columns (summary,
description, etc).

Fixes 0030279
Affected Issues
0030279
mod - css/default.css Diff File