I'm trying to render the phpMyChat program more accessible to those using screen readers to access the web. One of the main barriers that needs to be addressed is that of the text display.
Unfortunately, each new message shows up at the bottom. I've gone through the setup and indicated that I wanted new messages to appear at the top, however that doesn't seem to be happening still.
With Javascript turned off, the new messages do appear at the top.
Could you please shed some light on what needs to be changed in order to deactivate this Javascript function?
Thanks,
Lynn C
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well as stated during the setup process message sorting order can only be used with javascript disabled or with browser that do not support DOM/DHTML. Unfortunatly there's no easy way to extend this to other cases.
Loc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to render the phpMyChat program more accessible to those using screen readers to access the web. One of the main barriers that needs to be addressed is that of the text display.
Unfortunately, each new message shows up at the bottom. I've gone through the setup and indicated that I wanted new messages to appear at the top, however that doesn't seem to be happening still.
With Javascript turned off, the new messages do appear at the top.
Could you please shed some light on what needs to be changed in order to deactivate this Javascript function?
Thanks,
Lynn C
Hi Lynn!
Well as stated during the setup process message sorting order can only be used with javascript disabled or with browser that do not support DOM/DHTML. Unfortunatly there's no easy way to extend this to other cases.
Loc