Closed
Bug 75837
Opened 25 years ago
Closed 25 years ago
reload only happens every other time
Categories
(Core :: Networking: Cache, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: jlb-bugz, Assigned: gordon)
Details
Not sure if this is a cache problem or a DOM problem. I noticed this because I
was trying to set a cookie and reload from an onClick: e.g.
<a href="#" onClick="toggleSetting(); window.location.reload()">toggle</a>
The problem was that it was only reloading every other time so my setting never
changed :(
Then I noticed that the same thing happened when I clicked on the reload button
in the toolbar.
Anyway, it doesn't happen for all pages but here's one it does happen for:
http://houseofdistraction.com/image.size.blown.html
Note that this page was created for another bug report so ignore what it says
but notice that when you reload it, it only pops up the alert every other time
(or if bug 62288 gets fixed it will only pop up the alert once every other time).
build 2001041104
Comment 1•25 years ago
|
||
confirmed with 041204. Alert only pops up every other load in
http://houseofdistraction.com/image.size.blown.html Over to Cache for triage
Assignee: asa → gordon
Status: UNCONFIRMED → NEW
Component: Browser-General → Networking: Cache
Ever confirmed: true
QA Contact: doronr → tever
This pops up everytime I press reload now. Looks like it was fixed by Darin's
recent HTTP validation fixes.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9
You need to log in
before you can comment on or make changes to this bug.
Description
•