Closed
Bug 554763
Opened 15 years ago
Closed 15 years ago
Textarea resizing handle appears outside of textbox boundary
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 553760
People
(Reporter: lsblakk, Unassigned)
Details
Attachments
(2 files)
On a google form I use which is a fixed width I can expand the textbox vertically, and I can also go horizontally to a narrower size, not outside of the fixed width. This makes sense. What doesn't is that the handle is outside of the box when the box is not selected, and inside the box when focus is in the textarea.
Screenshots attached.
Reporter | ||
Comment 1•15 years ago
|
||
![]() |
||
Comment 2•15 years ago
|
||
Lukas, what's the url for that page?
Comment 3•15 years ago
|
||
You can see two resizers there in the second image. One is actually for the anonymous div for the placeholder text. That issue with two resizers appearing should be fixed by bug 553760.
But there's a general problem I think here where the placeholder div isn't aligned in the same location as the regular text.
Reporter | ||
Comment 4•15 years ago
|
||
(In reply to comment #2)
> Lukas, what's the url for that page?
http://spreadsheets.google.com/viewform?formkey=dHFOaXJZNXozMVRSOXZGY25vOHVROEE6MA
Reporter | ||
Comment 5•15 years ago
|
||
it's not happening in today's nightly build of 3.7a4
Comment 6•15 years ago
|
||
(In reply to comment #3)
> But there's a general problem I think here where the placeholder div isn't
> aligned in the same location as the regular text.
That's really strange. Mounir, do you have any idea what's happening there?
Also related is bug 553097, which suggests not actually having a separate anonymous div for the placeholder div.
Neil, how is the resizer attached to the text area frame?
Depends on: 553097
Comment 7•15 years ago
|
||
(In reply to comment #6)
> Neil, how is the resizer attached to the text area frame?
The GfxScrollFrame creates the resizer as its anonymous content, in the same manner as the scrollbars.
Comment 8•15 years ago
|
||
I suppose it has been fixed per bug 553760 by using "-moz-resize: none;" for the placeholder div, right ?
Comment 9•15 years ago
|
||
According to comment 3, this bug looks very similar to bug 553760 and according to comment 5, the bug was no more reproducible when bug 553760 has been fixed. I guess it's a duplicate.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•