Closed
Bug 432336
Opened 18 years ago
Closed 17 years ago
Input text box held disable state after refreshing
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: valeriogiuffrida, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
I created i form (using ajax , but it isn't important) and javascript disable some part dinamically. If i refresh this page, disabled fields became new enabled (ok), but not on input with type="text". They held disabled state after refreshing, instead of, for example, combobox disabled first that became enabled after refreshing.
Reproducible: Always
Steps to Reproduce:
1. I created a form
2. When i fill a form, some input field (selects, buttons, texts, etc.) become disabled, to avoid further edit by users
3. if i refresh, each field returns in its initial state (enable), except of text box
Actual Results:
I cannot edit the input box, because were disabled before the refreshing.
Expected Results:
Each fields would be enabled
Comment 1•18 years ago
|
||
Valerio, can you test this with the latest nightly trunk build? Those builds contain the latest fixes.
If you still see the problem could you attach a testcase (with the "Add an attachment" link)?
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
| Reporter | ||
Comment 2•18 years ago
|
||
Hi Ria,
I downloaded firefox-3.0pre.en-US.win32 and i tested this bug and the disabled state is held by each form field.
In firefox 2.0.0.14 disabled state is held only by text field, in that version the state is held by all. At this point i dont know if the bug is disable state helding by each form field or the partial disable state helding by some of them
| Reporter | ||
Updated•18 years ago
|
Version: unspecified → 2.0 Branch
| Assignee | ||
Updated•18 years ago
|
Product: Firefox → Toolkit
Comment 3•17 years ago
|
||
Can you attach a simplified test case for this problem?
Comment 4•17 years ago
|
||
This look like bug 456539
Comment 5•17 years ago
|
||
It's not really clear what the problem is, from the description.
Need a simplified test case that demonstrates the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•