Closed
Bug 1199950
Opened 9 years ago
Closed 9 years ago
Resizing a textarea (or element with resize attribute) inside a centered inline-block adds/subtracts from its width only half of the expected value
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1105906
People
(Reporter: zerks0, Unassigned)
References
()
Details
Attachments
(1 file)
95.27 KB,
image/gif
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150826023504
Steps to reproduce:
Go to http://codepen.io/anon/pen/VvZNEG and resize the width of textarea.
Actual results:
Textarea is not resized as much as the amount you move the mouse. The more you resize, the bigger the distance between the border of textarea and the mouse cursor.
The problem is the amount being added/sustracted to its width is what would be added if it wasn't centered. Because it is, only half of that goes to each side, creating the distance between its border and the mouse.
Also, when you finish resizing, the cursor doesn't go back to default until you move the mouse.
See attachment to understand the problem better.
It's working fine in chrome 44.0.2403.157
I am using windows 10 professional.
Expected results:
Textarea's width should have changed twice as much as it does now.
The cursor should have gone back to default when you finished resizing.
Reporter | ||
Updated•9 years ago
|
Summary: Resizing a textarea inside a centered inline-block adds/subtracts from its width only half of the expected value → Resizing a textarea (or element with resize attribute) inside a centered inline-block adds/subtracts from its width only half of the expected value
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
The same problem happens when the element with "resize: both" is the inline-block element itself.
Reporter | ||
Comment 2•9 years ago
|
||
Duplicated or related to bug https://bugzilla.mozilla.org/show_bug.cgi?id=1105906
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Comment 4•7 years ago
|
||
Moving from Core::Untriaged to Core::General https://bugzilla.mozilla.org/show_bug.cgi?id=1407598
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•