Skip to content

Loading…

Resize grabber of a textarea is always on the right side #179

Open
Mikey1993 opened this Issue · 3 comments

2 participants

@Mikey1993

The resize grabber on the textarea element on the 3p-filters page always on the right - should behave dynamically.

@Mikey1993

in reference to #178 I have tried to get both to behave as it should, but failed to do so.

Either the resize grabber is on the left side (direction="rtl" rule), but the text isn't written properly even with text-align: left rule (the caret issue referenced),
Or I the text is written as it should (dir="auto" property of the textarea + text-align: left rule), but the resize grabber in always on the right side (As it is now).

@gorhill

Ok, I understand the issue. I can think of a solution (embedding the textarea with transparent background as a child of a div which will be resizable as per direction), but I want to see if it can avoided.

@gorhill

Ok I couldn't make the textarea-in-div idea work, too hacky and result doesn't work. I want a clean solution but there doesn't seem to be one, we may have to live with this kink. I could make the textarea larger by default as mitigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.