Pages: [1]
Lee Carre
 
BAM!ID: 41
Joined: 2006-04-19
Posts: 262
Credits: 299,581
World-rank: 399,397

2008-03-14 01:22:58
last modified: 2008-03-14 01:23:55

Reproduction steps:
1. Disable scripting in your browser
2. try to edit one of your existing posts
3. upon submission (pressing the “OK” button), user is returned to the editing interface without the changes applied to the published post.

Not everyone has scripting available, not everone has it unavailable through choice. Not all browsers support it (Lynx), some firewalls are configured to strip/block scripts.
You cannot rely on JavaScript being available. Period.
Want to search the BOINC Wiki, BOINCstats, or various BOINC forums from within firefox? Try the BOINC related Firefox Search Plugins
[BOINCstats] Willy
 
Forum moderator - Administrator - Developer - Tester - Translator
BAM!ID: 1
Joined: 2006-01-09
Posts: 9450
Credits: 353,172,950
World-rank: 4,958

2008-03-14 06:20:18

You cannot rely on JavaScript being available. Period.


You are very right/ Less than 2% doesn't have it available, so I'm willing to take the risk.

Furthermore: then forum is developed by the BOINC developers, not by me.
Please do not PM, IM or email me for support (they will go unread/ignored). Use the forum for support.
Lee Carre
 
BAM!ID: 41
Joined: 2006-04-19
Posts: 262
Credits: 299,581
World-rank: 399,397

2008-03-16 07:12:50
last modified: 2008-03-16 07:16:42


You are very right[,] Less than 2% doesn't have [JavaScript] available…

May I ask where you get <2% from…?

May I also ask why accessibility in general is of such little concern?
Want to search the BOINC Wiki, BOINCstats, or various BOINC forums from within firefox? Try the BOINC related Firefox Search Plugins
Son Goku 3SSJ
 
Forum moderator - Translator
BAM!ID: 8
Joined: 2006-01-11
Posts: 182
Credits: 2,572,985
World-rank: 128,467

2008-03-17 21:44:30
last modified: 2008-03-17 21:59:36


You are very right[,] Less than 2% doesn't have [JavaScript] available…

May I ask where you get <2% from…?

May I also ask why accessibility in general is of such little concern?


Oh, come on. The time of the text based browsers is long time over Nowadays almost everyone and every site uses JS like it or not The fact that mobiles have support for JS speaks for itself...
part of
Wenn jeder an sich denkt, wird an alle gedacht!
AlphaLaser
BAM!ID: 4118
Joined: 2006-08-16
Posts: 98
Credits: 1,209,990,414
World-rank: 2,026

2008-03-23 06:07:00
last modified: 2008-03-23 06:12:42

To be fair, the current BOINC code used on projects does not display this problem. The issue is that in forum_edit.php, a JavaScript based redirect is used here on BoincStats. Everything in the BOINC source repositories indicate that all the project forums are using a HTTP-based redirection. I even checked to see if this behavior had changed from an old version of the server code but as far as I saw, it did not.

I'm guessing it was changed like this because some HTML output from the BoincStats header was already sent by the time the forum code calls for a HTTP redirect. In PHP, this is not allowed unless output buffering is turned on (off by default). The alternative is to move the redirection logic before any HTML output is sent in the forum_edit.php script.

Also in terms of consistency, current BOINC forum code still puts in place noscript fallbacks for some JS-dependant things like the Edit/Reply/Send Message form buttons recently introduced on the forum_thread.php page.
PovAddict
BAM!ID: 115
Joined: 2006-05-10
Posts: 1013
Credits: 5,785,239
World-rank: 78,947

2008-03-30 21:37:29

Oh, come on. The time of the text based browsers is long time over Nowadays almost everyone and every site uses JS like it or not The fact that mobiles have support for JS speaks for itself...

Everyone has JS enabled, and mobile browser developers add JS support, BECAUSE of these retarded websites that don't work without it.
Not running BOINC anymore for several reasons...
[BOINCstats] Willy
 
Forum moderator - Administrator - Developer - Tester - Translator
BAM!ID: 1
Joined: 2006-01-09
Posts: 9450
Credits: 353,172,950
World-rank: 4,958

2008-04-06 09:01:31

Fixed this problem.
Please do not PM, IM or email me for support (they will go unread/ignored). Use the forum for support.
Pages: [1]

Index :: Comments and suggestions :: Editing an existing post when scripting is unavailable fails to complete
Reason: