in Education by
There is one issue with the angular material with IE-11 and IE-edge browsers, When the body content is vertically scrolling then angular meterial show the black border around the select box as shown in this image. Here is also the code pen where the issue is reproduced. {{state.abbrev}} http://codepen.io/anon/pen/BzRjBx Issue can be solved by removing the position:fixed. but it will create issue with the angular material functionality. What to do? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
none of the other answers I posted earlier seem to be a perfect fit although they initially seemed to resolve the issue. The real culprit seems to be the background set by angular-material. See the following codepen for the fix: http://codepen.io/anon/pen/gwOdNm The following style causes this issue: html.md-default-theme, html, body.md-default-theme, body { color: rgba(0,0,0,0.87); background-color: rgb(250,250,250); } overriding with the following style seems to be completely fixed the issue: html.md-default-theme, html, body.md-default-theme, body { background-color: transparent; }

Related questions

0 votes
    I working on a web application using angular 4 and Material 2. I have I get this error parse ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    I'm writing here since I have a question about Mat Toolbar and Mat-sidenav from Angular Material. I' ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 14, 2022 in Education by JackTerrance
0 votes
    Hi Guys I'm following Max's Udemy tutorial for the MEAN stack, I have issues with Material and ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 3, 2022 in Education by JackTerrance
0 votes
    Hi Guys I'm following Max's Udemy tutorial for the MEAN stack, I have issues with Material and ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    (This is a random image of showing a Dialog found on the Internet.) I've been implementing a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 19, 2022 in Education by JackTerrance
0 votes
    I have three components - app, sideNav and wallForm. In the app header, I have a button that ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 10, 2022 in Education by JackTerrance
0 votes
    I have a Virtual Treeview (e.g. TVirtualStringTree). The user can select a row but it would be ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 22, 2022 in Education by JackTerrance
0 votes
    The ___________ class adds a rounded border around an element with a gray background color and some padding. ... .alert .jumbotron Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    I'm using Angular Material in my application. I have input fields like this: E-mail Which produces a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I'm using Angular Material in my application. I have input fields like this: E-mail Which produces a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    State whether the following statements are true or false. Correct the false statements: (1) The ... Science proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 7, 2021 in Education by JackTerrance
0 votes
    Update the README.md file in the GitHub Branch starfeature and commit the updates. Which channel would receive ... . Stakeholders C. Starprojectteam D. None of the options...
asked Dec 23, 2022 in Education by JackTerrance
0 votes
    Update the README.md file in the GitHub Branch starfeature and commit the updates. Which channel would receive ... . Stakeholders C. Starprojectteam D. None of the options...
asked Dec 16, 2022 in Education by JackTerrance
0 votes
    I have Front Matter files like this: --- title: BMW i320 M3 150HP Petrol 2020 category: sportscar ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 5, 2022 in Education by JackTerrance
0 votes
    I have a web application that uses the current version of JQuery that needs to get some JSON objects back ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
...