Closed
Bug 685808
Opened 14 years ago
Closed 14 years ago
hyperlinks not working
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 561042
People
(Reporter: codeturner, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Build ID: 20110902133214
Steps to reproduce:
Hi
I have a very peculiar problem when using Firefix with website I'm developing. The problem manifests itself by firefox not following the link once I click "Book Now" button on http://www.hotelhound.com.au /Hotel.aspx?HotelID=Ambassador-Hotel-Perth&s=289 page.
Actual results:
Our server logs are showing the page load method of the requested page is being called, but the Firefox reverts itself back to the url above.
I reproduced the problem on our development machines while debugging with same results. The SecureBooking.aspx page is called, the code is executed (I can step through the code) in Page_Load but the screen does not progresses to the SecureBooking.aspx page.
The problem is specific to Firefox. IE, Chrome and Safari are following the "Book Now" links fine. Also, we have tried and reproduced this problem on several PC's on different networks using windows xp as well as windows 7.
There are no reported errors in the error console.
Expected results:
If you go to http://www.hotelhound.com.au/Hotel.aspx?HotelID=TEST-HOTEL&s=1149 page, the "Book Now" button works as intended. Simillarly, if we reduce the number of images to a few for http://www.hotelhound.com.au /Hotel.aspx?HotelID=Ambassador-Hotel-Perth&s=289, the problem goes away.
Comment 1•14 years ago
|
||
Confirmed on
Firefox 3.0, 3.5, 3.6.21, 4.0, 5.0, 6.0.2 and
http://hg.mozilla.org/releases/mozilla-beta/rev/ff20a21364bb
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0) Gecko/20100101 Firefox/7.0 ID:20110902161802
However It works on Aurora8.0a2 and later.
Fixed wondow,
Fails:
http://hg.mozilla.org/mozilla-central/rev/548d1cc025f2
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110726 Firefox/8.0a1 ID:20110726163120
Fixed:
http://hg.mozilla.org/mozilla-central/rev/048afee8ae1e
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110726 Firefox/8.0a1 ID:20110726235309
Fixed pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=548d1cc025f2&tochange=048afee8ae1e
Bug 670542 might fix the problem.
Status: UNCONFIRMED → NEW
Component: General → Networking
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → networking
Updated•14 years ago
|
Comment 2•14 years ago
|
||
Sorry
the fixed range in comment #1 is wrong:
Corrected range is as follows:
Fixed window (m-c hourly)
Fails:
http://hg.mozilla.org/mozilla-central/rev/504a1a927d39
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110725 Firefox/8.0a1 ID:20110725111747
Works:
http://hg.mozilla.org/mozilla-central/rev/982a5835fba1
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110726 Firefox/8.0a1 ID:20110726025330
Fixed Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=504a1a927d39&tochange=982a5835fba1
Fixed window (m-i hourly)
Fails:
http://hg.mozilla.org/integration/mozilla-inbound/rev/3252ee5456ff
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110723 Firefox/8.0a1 ID:20110723144916
Works:
http://hg.mozilla.org/integration/mozilla-inbound/rev/9c8b0c5a5591
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110723 Firefox/8.0a1 ID:20110724045010
Fixed Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=3252ee5456ff&tochange=9c8b0c5a5591
So this is duplication of Bug 561042
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•