[Bug 592609] Re: firefox cann't open (.aspx) page

2012-01-11 Thread stefano.marzorati
Same problem.
I have Ubuntu 10.10 and Firefox 9.0.1.
This is the site that gives me problems: 
http://www.morningstar.co.uk/uk/snapshot/snapshot.aspx?id=FOGBR05KIA

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/592609

Title:
  firefox cann't open (.aspx) page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/592609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592609] Re: firefox cann't open (.aspx) page

2010-06-11 Thread durganandan jana

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/50126561/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/50126562/ExtensionSummary.txt

** Attachment added: profile_default_pluginreg.dat.txt
   http://launchpadlibrarian.net/50126563/profile_default_pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/50126564/profiles.ini.txt

-- 
firefox cann't open (.aspx) page
https://bugs.launchpad.net/bugs/592609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592609] Re: firefox cann't open (.aspx) page

2010-06-11 Thread Chris Coulson
Thanks, but this is a bug in the website. Clicking on it gives 09 is
not a legal ECMA-262 octal constant in the error console, and sure
enough, the website calls this when building the calendar widget:

//get the name of month
function Getmonth(inmonth)
{
if(inmonth == 01)
{
return Jan;
}
else if(inmonth == 02)
{
return Feb;
}
else if(inmonth == 03)
{
return Mar;
}
else if(inmonth == 04)
{
return Apr;
}
else if(inmonth == 05)
{
return May;
}
else if(inmonth == 06)
{
return Jun;
}
else if(inmonth == 07)
{
return Jul;
}
else if(inmonth == 08)
{
return Aug;
}
else if(inmonth == 09)
{
return Sep;
}
else if(inmonth == 10)
{
return Oct;
}
else if(inmonth == 11)
{
return Nov;
}
else if(inmonth == 12)
{
return Dec;
}

}

Numbers beginning with a zero are treated as octal numbers, so 08 is
not valid


** Changed in: firefox (Ubuntu)
   Status: New = Invalid

-- 
firefox cann't open (.aspx) page
https://bugs.launchpad.net/bugs/592609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592609] Re: firefox cann't open (.aspx) page

2010-06-11 Thread Chris Coulson
Sorry, I meant to say Clicking on it gives 08 is not a legal ECMA-262
octal constant in the error console

-- 
firefox cann't open (.aspx) page
https://bugs.launchpad.net/bugs/592609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs