Closed
Bug 401230
Opened 17 years ago
Closed 15 years ago
Firefox "refresh-function" behaviour while doing the Ajax request
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: coolhedin, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-07-30])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
We got a strange Firefox "refresh-function" behaviour while doing the following sequence:
We got a form (submitted via AJAX) with 2 editboxes(<input type="text" />) and selectbox(<select>). While AJAX-request is in progress, we need to disable form fields (to prevent user from editing it). After the request is successfully finished - we enable all form controls back. Everything is fine except the case when we press "refresh page" button in Firefox (after form is submitted): the page refreshes, but the editboxes have disabled status (while selectbox stays enabled).
We use prototype library and some own scripts
This a form controller code
Reproducible: Always
Steps to Reproduce:
1.Open url with example
2. Press "Click me"
3.Press "refresh" button
Actual Results:
All editboxes have disabled
Expected Results:
All fields in form should have a enable status
Comment 1•15 years ago
|
||
This bug was originally reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.6 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 2010-07-30]
Version: unspecified → 2.0 Branch
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.8 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•