MantisBT: i30278-remove-cftype-const 7a77360c

Author Committer Branch Timestamp Parent
dregad dregad i30278-remove-cftype-const 2022-05-16 12:03 i30278-remove-cftype-const 3bef502a
Affected Issues  0027114: Long unbreakable text does not auto wrap in bug details page
 0030268: Bugnote count column wraps on View Issues page when 10 or more
Changeset

Apply overflow-wrap more selectively

Issue 0027114 introduced a regression in the bugnotes count column's
display on View Issues page.

We now only target those fields susceptible to have long, unbreakable
content (i.e. textarea fields), by

  • adding markup to Textarea custom fields (cftype-textarea class)
  • using more precise CSS selectors for description, steps-to-reproduce,
    additional-information and bugnotes, as well as Textarea custom fields
    (using the new cftype-textarea class).

Fixes 0030268

mod - bug_view_inc.php Diff File
mod - core/custom_function_api.php Diff File
mod - css/ace-mantis.css Diff File