Summary | In IE8 search address list opens then closes |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | is.wms (at) smmc (dot) org |
Created | 06/15/2011 (5148 days ago) |
Due | |
Updated | 07/26/2011 (5107 days ago) |
Assigned | 06/29/2011 (5134 days ago) |
Resolved | 07/26/2011 (5107 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
[mms] Workaround IE quirks for compose autocomplete box (
Bug #10250).5 files changed, 15 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/7164f4bb540e94488c595b3de96c48b1c49da063
Priority ⇒ 2. Medium
State ⇒ Assigned
find that if I change the delay in the line:
this.resizeMsgArea.bind(this).delay(0.1); from 0.1 to 0.5 everything
works as expected (ie the address list "sticks")
State ⇒ Feedback
Summary ⇒ In IE8 search address list opens then closes
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ In IE8 automatic LDAP search address list opens then closes
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
it briefly appears and then disappears right away (ie it just flashes
on the screen and disappears). In Firefox 4, the list stays on the
screen and lets the user pick a recipient. I was able to trace this
behavior in IE8 to the 5/20 commit of compose-dimp.js (to fix bug
#10075). Using the version of compose-dimp.js from 5/19, the automaticsearch address list appears and "sticks" until a name is chosen as
expected.