Closed
Bug 42273
Opened 25 years ago
Closed 25 years ago
simple text fields get scrollbars, making them unreadable
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: st.n, Assigned: trudelle)
References
()
Details
Attachments
(3 files)
CVS checkout at Mon Jun 12 21:06:12 UTC 2000
Simple, one-line text fields get horizontal and vertical scrollbars if
the text doesn't fit in the field. The horizontal scrollbar overlaps the
text, making it unreadable.
To reproduce, load the above URL in the browser and look at the location
field at the top. Or Type Alt-L (open web location) and paste in that URL.
Or enter some text in a simple <input type=text> field of a <form>, e. g.
on the Bugzilla query page.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Yes, I can see this with today's release build on linux.
However, this only happens when you use native GTK scrollbars.
Comment 5•25 years ago
|
||
marking this WONTFIX. The native scrollbars are useful in comparing to the
GFX scrollbars, but will not be maintained in the longer term.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 6•25 years ago
|
||
I was using the native scrollbars because I thought the mouse wheel
wouldn't work otherwise. Now that I've set
user_pref("nglayout.widget.gfxscrollbars", true);
in prefs.js those text fields look fine again, and the mouse wheel does
work. Thanks!
Comment 7•25 years ago
|
||
Thanks for following up. If your mousewheel does not work in some way with the
GFX scrollbars, then please file a bug on that. Marking verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•