Summary | Search: Menu bar vanishes |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4734 days ago) |
Due | |
Updated | 10/15/2012 (4647 days ago) |
Assigned | 10/10/2012 (4652 days ago) |
Resolved | 10/10/2012 (4652 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit b812b19864c02ada5eb6a549f7140f08d567101b
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 11:20:23 2012 +0200
Use DimpBase if available to load search page (
Bug #11301).imp/lib/Application.php | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b812b19864c02ada5eb6a549f7140f08d567101b
commit a49db3f08f484510b972d10007f7cb8a59704f99
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 9 23:59:39 2012 -0600
Bug #11301: Fix topbar search linkimp/lib/Application.php | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/a49db3f08f484510b972d10007f7cb8a59704f99
Tested both traditional and dynamic view.
commit b812b19864c02ada5eb6a549f7140f08d567101b
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 11:20:23 2012 +0200
Use DimpBase if available to load search page (
Bug #11301).imp/lib/Application.php | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b812b19864c02ada5eb6a549f7140f08d567101b
This would require way too much additional work to workaround
(essentially would require click hijacking). It is stable and
doesn't break anything. I am not going to rewrite topbar code this
close to a major release.
State ⇒ Resolved
I've cleared the browser cache, horde cache and resetted the PHP
session data.
This would require way too much additional work to workaround
(essentially would require click hijacking). It is stable and doesn't
break anything. I am not going to rewrite topbar code this close to a
major release.
State ⇒ Assigned
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 9 23:59:39 2012 -0600
Bug #11301: Fix topbar search linkI've cleared the browser cache, horde cache and resetted the PHP session data.
The whole screen stays the same, just the URL in the browser changes to:
https://192.168.122.254/horde/imp/dynamic.php?page=mailbox#search
"New message" works fine.
Taken from Jan Schneider
State ⇒ Resolved
commit a49db3f08f484510b972d10007f7cb8a59704f99
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 9 23:59:39 2012 -0600
Bug #11301: Fix topbar search linkimp/lib/Application.php | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/a49db3f08f484510b972d10007f7cb8a59704f99
State ⇒ Assigned
view. Topmenu bar: Click on Mail -> Search. The dynamic search
screen is loaded via a URL refresh instead of being loaded into the
IFRAME, so clicking on buttons in the search screen does nothing (the
top/side menus don't appear on this page, so that's why they look like
they "vanish").
State ⇒ Feedback
field? On the search icon?
Assigned to Jan Schneider
State ⇒ Assigned
wants to deal with this cross-application. We could always add
click-detection code in dynamic mailbox view, but that does not feel
like the correct solution.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Search: Menu bar vanishes
Type ⇒ Bug
Queue ⇒ IMP
If I click on "Search" in the top level menu, the complete screen
content is replaced with the "Search" menu -> Also the top menu bar
vanishes.
If this is a known issue of the IMP H5 beta version, feel free to
close this ticket immediately.
Thomas