(Website) No diagnostic information at login if cookies turned off

Project:MuseScore
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed
Description
  1. Turn off all cookies
  2. Go to musescore.org
  3. Fill in the account information
  4. Click Log In

Expected behavior: A notice that musescore failed to log in because cookies are turned off

Actual behavior: No error message. Page reloads but obviously it failed to log it.

(Tested using Firefox 3.5 and IE 8.9 Windows XP)

#1
Status:active» postponed

I can't solve this unfortunately due to the current setup of musescore.org. Read more in this discussion. I will keep it in the back of my head dough, so if I fall on a solution I will implement it.

#2

Lasconic just pointed me to a simple js based cookie check. Will have a look at it.

#3

I don't know how well it would work for this situation, but Javascript also has navigator.cookieEnabled which returns True or False

If you know the name of the cookie then you can also test for the presence of it using javascript.

Syndicate content