Needs review
Project:
DXPR Theme | AI Drupal Theme | Low-code Drupal 11 Bootstrap 5 Theme
Version:
8.1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jun 2026 at 10:45 UTC
Updated:
10 Jul 2026 at 13:20 UTC
Jump to comment: Most recent
Comments
Comment #2
drale01 commentedI was able to reproduce this issue on Drupal 11 with DXPR Theme 8.1.2.
**Root cause:** Drupal textfields default to `#maxlength` 128, while the default `headings_font_face_selector` value is 139 characters. Saving theme settings (including unrelated color changes) fails form validation.
**Fix:** Set `#maxlength` to 255 on all `*_font_face_selector` fields in `features/sooper-fonts/fonts-theme-settings.inc`.
A pull request is open and under review. Once it passes review and CI, the fix should be included in the next release.
Comment #3
purefoxy commentedI've implemented the fix. Thanks for the reply.
Just waiting for the final solution.
Comment #4
priyansu18 commentedWorking on it.
Comment #6
priyansu18 commentedI have added #maxlength 255 to all of the '_font_face_selector' fields in the MR. Thanks.
Comment #7
drale01 commentedThanks @priyansu18 for MR !5.
I compared MR !5 with the GitHub PR https://github.com/dxpr/dxpr_theme/pull/822 — the patch is identical to the approach described in comment #2. I'll coordinate with our team to close the GitHub PR so maintainers only need to review the Drupal.org MR.
+1 for MR !5.