|
1 year ago ::
Apr 22, 2012 - 6:41PM
#1
|
Date Joined:
Jul 12, 2008
|
Did I miss something? I logged into the Compendium, and it's completely different... and not in a good way. And I don't even see a thread anywhere discussing it - could I have gotten something not-ready-for-public-consumption?
|
|
|
|
1 year ago ::
Apr 22, 2012 - 6:58PM
#2
|
Date Joined:
Nov 10, 2010
|
It seems to be giving the mobile version automatically. Was that around before?
|
|
|
|
1 year ago ::
Apr 22, 2012 - 7:07PM
#3
|
Date Joined:
Oct 23, 2010
|
It was working fine this morning - I am getting the same bug. Looks like its redirecting all browsers to the mobile version for some reason. I'm on Chrome for what its worth.
|
|
|
|
1 year ago ::
Apr 22, 2012 - 7:18PM
#4
|
Date Joined:
Jun 23, 2010
|
Yes, it is indeed automatically taking us to the Mobile compendium. I have already tried to go the non-mobile compendium, and it re-directs me to the mobile version. Perhaps there was an issue with the normal compendium, and Wizards is giving us the mobile version while they fix the normal compendium.
|
|
|
|
1 year ago ::
Apr 22, 2012 - 7:27PM
#5
|
Date Joined:
Jul 12, 2008
|
Ah - I've never tried the mobile one, so I didn't recognize it.
|
|
|
|
1 year ago ::
Apr 22, 2012 - 9:11PM
#6
|
Date Joined:
Aug 24, 2010
|
seems to be working now
|
|
|
|
1 year ago ::
Apr 22, 2012 - 9:48PM
#7
|
|
|
I'm still getting the mobile version. ;_ ;
A great man once said "If WotC put out boxes full of free money there'd still be people complaining about how it's folded." – Boraxe
|
|
|
|
1 year ago ::
Apr 22, 2012 - 9:49PM
#8
|
|
|
Still going straight to the Mobile screen for me.
It is definitely a huge downgrade to the compendium.
Hopefully they can get this fixed before to much time goes by.
|
|
|
|
1 year ago ::
Apr 22, 2012 - 11:54PM
#9
|
Date Joined:
Aug 26, 2008
|
I'm seeing the mobile compendium in these browsers: Safari 5.1.5 / OS X " Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" Firefox 11 / OS X "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20100101 Firefox/11.0" It looks like they're using something called "mobileesp" from Google code, calling their DetectMobileQuick() function. This function calls a DetectAmazonSilk() function which has a bug in it which will always return true.
Line 752 needs to be replaced: if (uagent.search(engineSilk)) With if (uagent.search(engineSilk) > -1) That will fix the problem (although there may be more, this code is definitely not top shelf). Wow, I need a life.
|
|
|
|
1 year ago ::
Apr 23, 2012 - 3:12AM
#10
|
Date Joined:
May 12, 2009
|
I reported the bug to Customer Service Ticket [#120423-000043]
Yan Montréal, Canada
|
|
|