cowudders Posted July 30, 2005 Share Posted July 30, 2005 Hi, I have a blind user of my forum who I have made a moderator. However, she is unable to do anything as the little tick boxes in the posts are all images, so she cannot tell if the boxes are checked or not. IMHO the images serve no real purpose, and it would actually be clearer to sighted users too. A simple HTML based check box, something like:<form method="post" action="post.asp"> <input type="checkbox" name="Check Box" value="moo">Moo<br> would be all that is required. This would make it very clear which topics were selected, and would be compatible with computer speech sythesis software, thus enabling blind users to be moderators too. This is very annoying, and she feels alienated by this. This should be a really simple piece of code to fix. Link to comment Share on other sites More sharing options...
Invisionary Posted July 30, 2005 Share Posted July 30, 2005 Bravo! Disabled users deserve the same access as the more fortunate among us - even with my (not quite 20:20) eyesight I struggle at times. I would back any campaign to make IPB more disabled-user-friendly :) Link to comment Share on other sites More sharing options...
Alex Duggan Posted July 30, 2005 Share Posted July 30, 2005 Moving to feature suggestions forum! Link to comment Share on other sites More sharing options...
tomek__w Posted July 30, 2005 Share Posted July 30, 2005 Hear Hear!! Link to comment Share on other sites More sharing options...
Guest Posted July 31, 2005 Share Posted July 31, 2005 Matt must hear this!! Link to comment Share on other sites More sharing options...
Wolfie Posted July 31, 2005 Share Posted July 31, 2005 This sounds like a skinning matter. Probably would require some code tweaking (so perhaps included for v3.0?), but the skin would be a major part of the change. This would be nice, even for those who can see but maybe prefer assistance. +1 on this one. (This would be something to give it an edge on other forums too) Link to comment Share on other sites More sharing options...
Wilko Posted August 1, 2005 Share Posted August 1, 2005 Hi, I have a blind user of my forum who I have made a moderator. However, she is unable to do anything as the little tick boxes in the posts are all images, so she cannot tell if the boxes are checked or not. IMHO the images serve no real purpose, and it would actually be clearer to sighted users too. A simple HTML based check box, something like: would be all that is required. This would make it very clear which topics were selected, and would be compatible with computer speech sythesis software, thus enabling blind users to be moderators too. This is very annoying, and she feels alienated by this. This should be a really simple piece of code to fix. Not that this shouldn't be fixed by IPS. But it shouldn't be too hard to do yourself. Link to comment Share on other sites More sharing options...
Reado Posted August 1, 2005 Share Posted August 1, 2005 Yeah, can't you just change the tickbox to <input type="checkbox"> or something along those lines? Or... when a post is ticked, make it highlighted - but I'm guessing this would need extra code? Or even a mod? Link to comment Share on other sites More sharing options...
cojo Posted August 1, 2005 Share Posted August 1, 2005 Admins shouldn't have to make modifications to make their forums accessible. The software should be written to account for older folks and those with disabilities. It shoud also account for those who choose to turn off javascript in their browser. Link to comment Share on other sites More sharing options...
Quillz Posted August 1, 2005 Share Posted August 1, 2005 What would the new method do, though? How would it help a blind user, for example? Does it make a sound when ticked? Link to comment Share on other sites More sharing options...
Michael P Posted August 1, 2005 Share Posted August 1, 2005 Blind users have readers, so Id assume the reader could say checked, or something like that as opposed to image or nothing. Link to comment Share on other sites More sharing options...
Wolfie Posted August 1, 2005 Share Posted August 1, 2005 Seriously, a skin would be a step in the right direction. After all, the skin can include code to perform functions on ticking/unticking. Link to comment Share on other sites More sharing options...
cowudders Posted August 1, 2005 Share Posted August 1, 2005 Blind users have readers, so Id assume the reader could say checked, or something like that as opposed to image or nothing. Yep, the speech software reads the bit of text before it, then says "check box not checked" or "check box checked". Here's a link to the software she uses, just for interest:http://www.freedomscientific.com/fs_produc...ftware_jaws.asp She gets along fine with most things, but the reader just says "*" for where the images are, so she has no way of telling if the item is selected or not. I will probably experiment with the alt text or the title text, if I can find the right bit in the code... Link to comment Share on other sites More sharing options...
cowudders Posted August 1, 2005 Share Posted August 1, 2005 Thinking about the skin - it should be fixable through that, but I really agree with what cojo said: "Admins shouldn't have to make modifications to make their forums accessible." That's far too true. We pay IPB to do stuff like that for us - to come up with a good, accessible product. Link to comment Share on other sites More sharing options...
Wolfie Posted August 2, 2005 Share Posted August 2, 2005 My point is that someone could make a skin that is aimed for those who are blind (either legally or literally). Perhaps make it watered down on the features(format not availability) and some things be slightly bigger to be easier to find. Those little boxes I bet would be a nightmare. Link to comment Share on other sites More sharing options...
elj Posted August 2, 2005 Share Posted August 2, 2005 Sounds like it's needed. Link to comment Share on other sites More sharing options...
Shadowsoft Posted August 2, 2005 Share Posted August 2, 2005 Sounds good, perhaps two default skins could be included, one accessibility skin with minor modifications to aid people who are hard of sight. Either that, or provide a control panel/instructions for making the modifications yourself. Link to comment Share on other sites More sharing options...
cooldude7273 Posted August 2, 2005 Share Posted August 2, 2005 Why not go into the Macros and insert alt text? Or text period? Link to comment Share on other sites More sharing options...
cowudders Posted August 2, 2005 Share Posted August 2, 2005 Why not go into the Macros and insert alt text? Or text period? As an interim measure, yep, that's what I plan to do. Just one question: How do you edit the macros? :) I'm hapopy editing the skins - or do you mean the variables in the various bits of the skins? No response from IPB themselves yet... :( Link to comment Share on other sites More sharing options...
Wolfie Posted August 2, 2005 Share Posted August 2, 2005 Skin Manager -> click on skin to edit -> go to macros Link to comment Share on other sites More sharing options...
Chris Griego Posted August 3, 2005 Share Posted August 3, 2005 Why not go into the Macros and insert alt text? Or text period? Because those images are not in the macros, they're using an img element in the HTML templates and the javascript only switches out the src attribute. Link to comment Share on other sites More sharing options...
Wilko Posted August 3, 2005 Share Posted August 3, 2005 Admins shouldn't have to make modifications to make their forums accessible. The software should be written to account for older folks and those with disabilities. It shoud also account for those who choose to turn off javascript in their browser. I don't dispute this, but in the mean time it is fairly simple for him to make the changes himself. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.