Summary | Overflow setting hides advanced search screen |
Queue | IMP |
Queue Version | 6.0.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 03/06/2013 (4504 days ago) |
Due | |
Updated | 03/07/2013 (4503 days ago) |
Assigned | |
Resolved | 03/07/2013 (4503 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Version ⇒ 6.0.4
commit 683b9f56d0079bd53960dbf54b82d4a7669c812b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Mar 6 19:32:40 2013 -0700
Bug #12095: Fix setting initial height of search IFRAMEimp/js/dimpbase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/683b9f56d0079bd53960dbf54b82d4a7669c812b
commit f64963de143dc52df6cd4ff8a64363cb5113e204
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Mar 6 19:24:27 2013 -0700
Bug #12095: Hotfix to allow for Y-scrolling in search page in dynamic viewimp/lib/IMP.php | 6 +++---
imp/search.php | 2 +-
imp/themes/default/dynamic/screen.css | 3 +++
3 files changed, 7 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/f64963de143dc52df6cd4ff8a64363cb5113e204
body. Second problem: the iframe height is to large, so that even
setting the overflow manually, the bottom screen part cannot be reached.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Summary ⇒ Overflow setting hides advanced search screen
Type ⇒ Bug
State ⇒ Assigned
Queue ⇒ IMP
overflow-y: hidden which makes the bottom screen part inaccessible if
there is a large search form (many criteria/folders).