Closed
Bug 301999
Opened 19 years ago
Closed 19 years ago
Wrong display of web elements such as textareas and divs when using overflow:visible
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: z_p_t, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; U; bg) Opera 8.0 Build Identifier: Mozilla/5.0 In web elements such as div or textarea when setting style="overflow:visible;", FireFox show text out of elements (for divs) or don't resize web elements (textareas) Reproducible: Always Expected Results: Elements must resize to show the whole content.
Comment 1•19 years ago
|
||
Works fine for me, text correctly overflows outside the element. Please attach a testcase that demonstrates the problem and tell us what version of Firefox you are using.
Sorry, your "expected" behavior is actually wrong - An element with overflow visible is supposed to overflow the content outside of the element's designated area, without expanding the element. You might be confusing Internet Explorer's incorrect "stretch to fit" implementation as being correct.
Comment 3•19 years ago
|
||
Moving to Core / Layout: View Rendering
Component: Form Manager → Layout: View Rendering
Product: Firefox → Core
Version: unspecified → Trunk
Comment 4•19 years ago
|
||
Having re-read this, I agree with Jeff, what you are looking for is not the correct behaviour. Resolving INVALID. Please reopen if you disagree.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•