Development #83609
forcer une largeur pour les ckeditor dans les popups
Start date:
16 November 2023
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Pour faciliter la migration depuis le code de popup de wcs (#18896).
On y a :
// force textarea width so the dialog is sized to properly embed // the ckeditor widget. $html.find('div.WysiwygTextWidget textarea').attr('cols', '80');
et un équivalent pourrait être ajouté ici.
Related issues
Associated revisions
History
Updated by Robot Gitea 15 days ago
- Status changed from Nouveau to Solution proposée
Frédéric Péters (fpeters) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/gadjo/pulls/44
- Titre : js: force ckeditor textarea width in popups (#83609)
- Modifications : https://git.entrouvert.org/entrouvert/gadjo/pulls/44/files
Updated by Frédéric Péters 15 days ago
- Related to Development #18896: Passer à gadjo.js pour l'affichage des popups added
Updated by Robot Gitea 15 days ago
- Status changed from Solution proposée to Solution validée
Corentin Sechet (csechet) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 7 days ago
- Status changed from Solution validée to Résolu (à déployer)
Frédéric Péters (fpeters) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/gadjo/pulls/44
- Titre : js: force ckeditor textarea width in popups (#83609)
- Modifications : https://git.entrouvert.org/entrouvert/gadjo/pulls/44/files
Updated by Transition automatique 7 days ago
- Status changed from Résolu (à déployer) to Solution déployée
js: force ckeditor textarea width in popups (#83609)