Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-autocomplete: IE11 doesn't close div after "ESC" or "BACKSPACE" #3008

Closed
ramr0m opened this issue May 27, 2015 · 3 comments
Closed

md-autocomplete: IE11 doesn't close div after "ESC" or "BACKSPACE" #3008

ramr0m opened this issue May 27, 2015 · 3 comments
Assignees
Labels
browser: IE This issue is specific to Internet Explorer
Milestone

Comments

@ramr0m
Copy link

ramr0m commented May 27, 2015

Like issue: #2188 IE11 acts something different with md-autocomplete.
In this case when you hit "ESC" or remove text from input by typing "BACKSPACE".

first open https://material.angularjs.org/HEAD/#/demo/material.components.autocomplete in IE11 and Chrome
Now the following paths can be used to reproduce.

  1. Press "ESC" while cursor is active in input marked with "What is your favorite US state?". IE11 shows a empty div that doesn't dissapear. Chrome acts like expected.
    -or-
  2. Type character "d" in active input marked with "What is your favorite US state?". Press "BACKSPACE" and click somewhere next to input. Behaviour of IE11 and Chrome are described in 1.

Possible cause: style attributes min-height / max-height / min-width are used in "angular-material.min.js" v0.9.4 and below. I don't know for sure which of these attributes are supported on what browser type and version.
My local modified version where I removed these attributes (not fully tested) does show the expected behaviour in IE11 as in Chrome. It doesn't 'fix' issue #2188

@ThomasBurleson ThomasBurleson added the browser: IE This issue is specific to Internet Explorer label May 27, 2015
@ThomasBurleson ThomasBurleson modified the milestone: Backlog May 27, 2015
@ThomasBurleson ThomasBurleson modified the milestones: 0.10.0, Backlog May 28, 2015
@SriramaDanturthi
Copy link

image

Still not fixed. please look into this

@robertmesserle
Copy link
Contributor

@Sriram143 I think you are replying to the wrong issue. This is separate from your issue #2984 - that one is still open.

@SriramaDanturthi
Copy link

thanks got it @robertmesserle

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
browser: IE This issue is specific to Internet Explorer
Projects
None yet
Development

No branches or pull requests

4 participants