No Code Attached Yet
avatar ciar4n
ciar4n
5 Mar 2020

Steps to reproduce the issue

The cols attribute of the textarea field type is been ignored. Create a textarea field type...

<field name="mytextarea" type="textarea" default="default" label="Enter some text" description="" rows="10" cols="50" />

Expected result

A textarea of 50 cols width

Actual result

Textarea always 206px width

Additional comments

cols attribute been overridden by the following....

input,
textarea,
.uneditable-input {
width: 206px; // plus 12px padding and 2px border
}

avatar ciar4n ciar4n - open - 5 Mar 2020
avatar joomla-cms-bot joomla-cms-bot - change - 5 Mar 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 Mar 2020
avatar ciar4n ciar4n - change - 5 Mar 2020
Title
[J3.x] Textarea form field type - cols attribute ignored
[3.x] Textarea form field type - cols attribute ignored
avatar ciar4n ciar4n - edited - 5 Mar 2020
avatar Mayank-Khurmai
Mayank-Khurmai - comment - 13 Apr 2021

#A textarea of 50 cols width

I can resolve this issue of improper size variation

avatar brianteeman
brianteeman - comment - 27 Aug 2022

Thank you for raising this issue.

Joomla 3 is now in security only mode with no further bug fixes or new features.

As this issue doesn't relate to Joomla 4 it will now been closed.

If we are mistaken and this does apply to Joomla 4 please open a new issue (and reference this one if you wish) with updated details for testing in Joomla 4.
cc @zero-24

avatar alikon alikon - change - 28 Aug 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-08-28 05:01:09
Closed_By alikon
Labels Added: No Code Attached Yet
Removed: ?
avatar alikon alikon - close - 28 Aug 2022

Add a Comment

Login with GitHub to post a comment