Is something wrong with the message body box. When I select a message to see I can't scroll up or down with the page up and page down keys (arrows don't work else). I have to use the mouse scroll. Is this normal?
Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática | '@' || 'unl.edu.ar'; Universidad Nacional | DBA, Programador, del Litoral | Administrador
This is because it's not a window or a frame but a DIV that scrolls. It depends on the browser you're using if it supports scrolling by keyboard and mouse scroll wheel.
Regards, Thomas
Martin Marques wrote:
Is something wrong with the message body box. When I select a message to see I can't scroll up or down with the page up and page down keys (arrows don't work else). I have to use the mouse scroll. Is this normal?
On Fri, 16 Dec 2005, Thomas Bruederli wrote:
This is because it's not a window or a frame but a DIV that scrolls. It depends on the browser you're using if it supports scrolling by keyboard and mouse scroll wheel.
FireFox 1.0.7
I can't find any configuration stuff in the FireFox preferences.
-- 18:02:25 up 4 days, 9:57, 5 users, load average: 1.59, 1.57, 1.62
Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática | '@' || 'unl.edu.ar'; Universidad Nacional | DBA, Programador, del Litoral | Administrador
On 16 Dec 2005, at 17:48, Thomas Bruederli wrote:
This is because it's not a window or a frame but a DIV that
scrolls. It depends on the browser you're using if it supports
scrolling by keyboard and mouse scroll wheel.
Can we perhaps capture these events with onClick and onKeypress
events? I'll have a go at doing this tomorrow if no one fancies a
try tonight.
Yours, Craig -- Craig Webster | t: +44 (0)131 516 8595 | e: craig@xeriom.net Xeriom.NET | f: +44 (0)709 287 1902 | w: http://xeriom.net
Firefox 1.5 on Windows (2000) will scroll the message body using the keyboard, but it is necessary to first click on the div to set the focus there. Perhaps the focus could be set when the message page is loaded?
Doug
On Fri, 16 Dec 2005 18:48:59 +0100, Thomas Bruederli roundcube@gmail.com wrote:
This is because it's not a window or a frame but a DIV that scrolls. It depends on the browser you're using if it supports scrolling by keyboard and mouse scroll wheel.
Regards, Thomas
Martin Marques wrote:
Is something wrong with the message body box. When I select a message to see I can't scroll up or down with the page up and page down keys (arrows don't work else). I have to use the mouse scroll. Is this
normal?