Closed
Bug 523432
Opened 16 years ago
Closed 16 years ago
n900: integer prompt is blank but usable on about:config
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec1.0-)
VERIFIED
DUPLICATE
of bug 540009
| Tracking | Status | |
|---|---|---|
| fennec | 1.0- | --- |
People
(Reporter: aakashd, Unassigned)
Details
Build Id:
Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2b1pre) Gecko/20091020
Fennec/1.0b5pre
Steps to Reproduce:
1. Go to about:config
2. Type in "tile" to get the tile pref
3. Press Enter to type in a new field
Actual Results:
http://www.flickr.com/photos/42893104@N04/4030015462/
Expected Results:
The input field and ok/cancel buttons should be shown
| Reporter | ||
Updated•16 years ago
|
tracking-fennec: --- → ?
Updated•16 years ago
|
tracking-fennec: ? → 1.0-
Comment 1•16 years ago
|
||
Ugh. This is because the about:config JS uses window.openDialog to open a special prompt for integers.
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/viewconfig/content/config.js#596
We should consider changing the code to use a normal prompt with integer check for mobile, or fork the JS file.
Comment 2•16 years ago
|
||
Lets fix this in bug 540009
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Component: Linux/Maemo → General
You need to log in
before you can comment on or make changes to this bug.
Description
•