Closed
Bug 308786
Opened 20 years ago
Closed 19 years ago
digg.com - in Camino, the "digg" story buttons cause page to reload instead of animate as in Firefox
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giant.robot, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050914 Camino/1.0a1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050914 Camino/1.0a1
In Safari a digg button fades from blue text saying "digg it" to gray text
saying "dugg!" when you are logged in and click one. In Camino (0.8.4 and 1.0a1)
when a digg button is clicked the page reloads back to the top as if it were
loading it for the first time. The text changes from "digg it" to "dugg!" like
it is supposed to but the transition between the two doesn't happen. After
hunting through Digg's JavaScript files the animation is in the
http://digg.com/js/xmlhttp.js file. It looks like the culprit is the
submitform##.submit() function called when the button is pressed.
Reproducible: Always
Steps to Reproduce:
1. Create digg user account.
2. Log into digg.com (free registration).
3. Click a "digg it" link.
Actual Results:
The page reloads on pressing a "digg it" button as if it were loading the page
for the first time.
Expected Results:
Clicking the "digg it" button should send an XML-HTTP request to the Digg server
and perform an animation without fully reloading the page.
Comment 1•20 years ago
|
||
i assume this is either expected, tech evangelism, or a core issue. nothing to
do with camino.
What happens in Firefox 1.5b1?
Comment 3•20 years ago
|
||
This does seem to effect only Camino - in Firefox Beta 1 on Mac, it works
without refreshing the page as it does in Safari, as it does on every Windows
browser tested too. The only browser that refreshes the page is Camino.
Comment 4•20 years ago
|
||
Reproduced under 2005101304 (1.0a1+) and 10.4.2.
Same problem as reporter describes. Also have heard other reports in chat rooms of same problem being reproduced.
Status: UNCONFIRMED → NEW
Ever confirmed: true
There are reports in the mZ forum that the site works properly with the user-agent set to Firefox.
Could someone with a digg.com account confirm that setting
user_pref("general.useragent.override", "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20051024 Firefox/1.5");
in your user.js and then starting Camino and visiting the site causes everything to work properly?
If so, then this bug belongs in Tech Evangelism (and likely the site is doing bad browser-sniffing).
I can confirm that you can fix this by spoofing the user-agent. I've been doing this for quite some tim now.
Thanks for the confirmation that spoofing works/it's bad browser-sniffing on the site causing the problem.
-> Tech Evangelism; however, interested parties should still contact the site and suggest they treat Camino the same as Firefox
Assignee: mikepinkerton → english-us
Component: General → English US
Product: Camino → Tech Evangelism
QA Contact: english-us
Summary: The "digg" story buttons cause page to reload. → digg.com - in Camino, the "digg" story buttons cause page to reload instead of animate as in Firefox
*** Bug 327214 has been marked as a duplicate of this bug. ***
Comment 9•19 years ago
|
||
Fixed per two correspondents (one on MZ forum, one via feedback).
cl
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Blocks: geckoisgecko
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•