Closed Bug 448245 Opened 16 years ago Closed 6 years ago

Connection: hide arrows (hidespinbuttons) for port number

Categories

(Firefox :: Settings UI, defect)

defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 1437302

People

(Reporter: benc, Unassigned)

Details

(Keywords: ux-minimalism)

Firefox 3 is getting "spinboxes" from textbox.type=number.

For port numbers, there isn't any practical use for spin numbers, you aren't going to modify the port number by ticking up and down w/ the arrows:

http://mxr.mozilla.org/seamonkey/source/browser/components/preferences/connection.xul#123

<textbox id="networkProxyHTTP_Port" type="number" max="65535" size="5"
preference="network.proxy.http_port" onsyncfrompreference="return gConnectionsDialog.readHTTPProxyPort();"/>

We should add: "hidespinbuttons=true" to all the port number fields.

http://developer.mozilla.org/en/docs/XUL:Attribute:hidespinbuttons
Maybe it has some effect, such as minor adjustments for typing errors or new ports.
Severity: normal → minor
Keywords: ux-minimalism
Summary: Connection: remove arrows from port number. → Connection: hide arrows (hidespinbuttons) for port number
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.