[Tickets #9829] Re: search criteria doesn't update on IE
bugs at horde.org
bugs at horde.org
Thu Apr 7 17:27:06 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9829
------------------------------------------------------------------------------
Ticket | 9829
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | search criteria doesn't update on IE
Queue | IMP
Version | 5.0
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
+New Attachment | screen.PNG
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-04-07 17:27) wrote:
> Yes, sounds like Bug #9809, however it was fixed in release, yes?
> This ticket is against the release.
It should have made the release. Here's the code (in imp/search.js):
if (Prototype.Browser.IE) {
$('recent_searches', 'search_criteria_add',
'search_folders_add').compact().invoke('observe', 'change',
ImpSearch.changeHandler.bindAsEventListener(ImpSearch));
} else {
document.observe('change',
ImpSearch.changeHandler.bindAsEventListener(ImpSearch));
}
> It's works for me when searching by clicking Search icon in the
> mailbox, but it doesn't when searching by clicking Search icon in
> the upper menu.
The search icon in the mailbox takes you to a simple search page that
doesn't contain any javascript. The search icon in the menu takes you
to the advanced search page.
> Are you sure that you checked the correct field?
Yes. Works fine on IE 7. See screenshot
More information about the bugs
mailing list