Active Topics

 


Reply
Thread Tools
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#1
i just received an email asking me to vote on my favourite special characters.

upon logging in on http://maemo.org/vote/, i am asked to provide my email and a token from the mail.
on the next page i am supposed to choose the characters, but the fields are empty.

a quick debug shows that at line 167 there's an unterminated string constant.

this election should probably have been tested before sending out the mails asking people to vote...
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 
Posts: 39 | Thanked: 47 times | Joined on Aug 2009 @ Tampere, Finland
#2
Yeah, happens at least with Opera 10.20 not sure about other browsers.
Managed to vote still as you can always modify the source
 
Posts: 10 | Thanked: 21 times | Joined on Sep 2009 @ Rome, Italy
#3
Same problem here with Firefox 3.5.5...
 
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#4
Originally Posted by ColonelKilkenny View Post
Yeah, happens at least with Opera 10.20 not sure about other browsers.
Managed to vote still as you can always modify the source
you mean you saved the .htm page and corrected the javascript error? or does opera support on-the-fly editing nowadays? (haven't had it installed for years...)

regardless, i don't think any of this should be expected by the users, even if it's a vote about special characters
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#5
same in iron 4.0.227 (chromium), firefox 3.5.5, midori-git 20091118.

It's broken allright.
 
Posts: 94 | Thanked: 28 times | Joined on Oct 2009
#6
HMhm, and what does this poll has to do with Unicode? And could we have some context about why we vote? Preferred in which way?

Thanks
 
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#7
This has to be a joke. - Why would somebody want me to confess I prefer "(" over ")"?
 

The Following 2 Users Say Thank You to benny1967 For This Useful Post:
Posts: 94 | Thanked: 28 times | Joined on Oct 2009
#8
Maybe a test?
 
Posts: 263 | Thanked: 679 times | Joined on Apr 2008 @ Lyon, France
#9
Hi,

Originally Posted by SubCore View Post
i just received an email asking me to vote on my favourite special characters.

upon logging in on http://maemo.org/vote/, i am asked to provide my email and a token from the mail.
on the next page i am supposed to choose the characters, but the fields are empty.

a quick debug shows that at line 167 there's an unterminated string constant.

this election should probably have been tested before sending out the mails asking people to vote...
Thanks to Ferenc we have patched this up temporarily - you no longer see a backslash, you see the text "backslash".

How did this happen? Easy - in the database we inserted '\\', '£' and '€' as options for the election. MySQL escaped \\ to \, which gets inserted in the javascript that constructs the candidate list, resulting in option4='\', instead of '\\'. We will get it fixed properly tomorrow by replacing € with €, and £ with £ and \\ replaced with \\\\. In the meantime, text it is.

Cheers,
Dave.
 
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#10
what about "^". I find ^ pretty important. Both to do ^^ as well as Exponentiation.
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:01.