Closed
Bug 47275
Opened 25 years ago
Closed 23 years ago
`Text Zoom' should also change size of widgets in document
Categories
(Core :: Layout: Form Controls, defect, P5)
Core
Layout: Form Controls
Tracking
()
Future
People
(Reporter: dhindman, Assigned: rods)
References
Details
Nightly build 2000080120 for Linux.
My monitor is 21". The resolution is 1600x1200. I am not visually impaired
(that is, my vision is normal for a 48 year old.)
My opinion is that the View/Text Size/Largest magnification setting should be
increased by about 15 per cent to accommodate normal middle aged users.
I think a substantial number of visually impaired users could be accommodated by
adding an "Extra Large" setting with perhaps 30% greater magnification than the
present Largest setting.
It would also be helpful if the View/Text Size control could influence the text
that appears in the widgets. Selecting the "Largest" setting seems to have no
effect on the text in the widgets.
Ideally there would be a single scaling control for all text. View/Text Size
seems like a good candidate to me. Right now I count five different places for
controlling text scaling, and I'm not exactly sure how they interact.
Comment 1•25 years ago
|
||
This should be Severity: enhancement, Priority:P4, and OS/Platform:All.
Confirming and changing those fields to what they should be.
Severity: minor → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Priority: P3 → P4
Hardware: PC → All
Comment 2•25 years ago
|
||
The `Text Size' submenu is very new, and is still being worked on.
You've reported two bugs here. The problem with the range of sizes being too
limited is already planned in bug 37940. So I'm narrowing this bug to deal just
with the issue of text size affecting widgets as well as text. Blake, would this
be your department, or would it be a Style System thing?
Severity: enhancement → minor
Priority: P4 → P3
Summary: View/Text Size might need a little more range → `Text Size' should also change size of widgets in document
Comment 3•25 years ago
|
||
Tomer, Priority is up to the assignee (or his/her manager, where such a person
exists) to set. And as far as I'm concerned, an accessibility problem (which this
is) is a bug, not an enhancement.
We need to be able to control the size of fonts in our chome. Hyatt will someday
provide us with a preference for this feature, and when he does we will fix the
skins.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 6•24 years ago
|
||
Such a preference already exists on Windows (the Display control panel) and Mac
OS (the Appearance control panel). So it would only need to implemented on X.
Comment 7•24 years ago
|
||
See also bug 34271, same problem for changing point size of fonts in prefs.
Comment 8•24 years ago
|
||
Chaning the qa contact on these bugs to me. MPT will be moving to the
owner of this component shortly. I would like to thank him for all his hard
work as he moves roles in mozilla.org...Yada, Yada, Yada...
QA Contact: mpt → zach
Comment 9•24 years ago
|
||
updating to new owner. sorry for the spam.
Assignee: hangas → mpt
Status: ASSIGNED → NEW
Comment 10•24 years ago
|
||
<style> INPUT { font-family:sans-serif; font-size:10px; } </style>
<HTML><BODY><FORM><INPUT TYPE='text' SIZE='3' VALUE='123'></FORM></BODY></HTML>
Code above has bad rendering. Input widget is bigger than it should be,
according to font type/size.
Comment 11•24 years ago
|
||
*** Bug 77339 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
Ok. There's no reason for form controls to be treated any differently from
other elements of the page as far as zooming is concerned. So, all form
controls -- text fields, buttons, popup menus, radio buttons, checkboxes --
should scale with the zoom factor specified by `View' > `Text Size'.
Page authors should be able to change the size of text in text fields, buttons,
popup menus, and other controls, but they should not be able to change the size
of radio buttons or checkboxes.
I have no idea whether any of this currently works or not, since I don't have a
`Text Size' submenu to test with. --> HTML Form Controls.
Assignee: mpt → rods
Component: User Interface Design → HTML Form Controls
QA Contact: zach → vladimire
Assignee | ||
Updated•24 years ago
|
Severity: minor → enhancement
Status: NEW → ASSIGNED
Priority: P3 → P4
Updated•24 years ago
|
Severity: enhancement → minor
Comment 13•23 years ago
|
||
I believe this is working fine in the current builds.
Reporter, can you verify this?
When I use text size to make a page bigger, the entry fields, buttons, etc. get
bigger as well.
Comment 14•23 years ago
|
||
I've just had a go at this.
Only text areas support less than 100% zoom.
Combo boxes zoom to the correct width, but the height is wrong.
Assignee | ||
Updated•23 years ago
|
Priority: P4 → P5
Updated•23 years ago
|
Summary: `Text Size' should also change size of widgets in document → `Text Zoom' should also change size of widgets in document
Comment 15•23 years ago
|
||
This bug seems to track only one issue now, and that issue's main bug is really
bug 62384 ... cleaning up this weird dependency tree of dups.
*** This bug has been marked as a duplicate of 62384 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 16•23 years ago
|
||
I would have used "worksforme" to avoid screwing up the mostfreq list.
You need to log in
before you can comment on or make changes to this bug.
Description
•