Summary | Hard to scroll HTML messages in popup |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 03/26/2011 (5215 days ago) |
Due | |
Updated | 06/21/2011 (5128 days ago) |
Assigned | |
Resolved | 06/21/2011 (5128 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Assigned to Jan Schneider
State ⇒ Feedback
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Hard to scroll HTML messages in popup
Type ⇒ Enhancement
State ⇒ New
scroll through the message with page-up/-down keys, because the focus
has to be inside the scrolling div, but outside the iframe.
This is less of a problem in the preview, because that area is much
larger there, and the Alt-PgUp/Down keys are handled as long as the
focus is *anywhere* outside of the iframe.
A solution could be to implement keydown handlers for Alt-PgUp/Down in
the popup view too, so that the scrolling at least works as long as
the user doesn't click inside the iframe. This still isn't optimal,
but at least consistent with the preview behavior.