Skip to main content

All Questions

1 vote
3 answers
1k views

Angular: Change Font Size options for users in IE11 (CSS-Variables)

I am developing an Angular application. From the webpage, the user can select a small, medium or large fonts (medium is the default) and based on that we have to change the font size all over the page....
Naman Jain's user avatar
0 votes
1 answer
289 views

Button-toggles changes in height on IE11, when the user clicks on it

I'm having a strange problem with Internet Explorer 11. Here I use a button toggle group in vertical direction and if the user clicks one one of the buttons in the group, the height changes a little ...
testing's user avatar
  • 20.2k
1 vote
2 answers
401 views

issue with how page is appearing on IE11

Please bear with me as I'm new to IE11 debugging. For the info, this bug is only happening in IE11, browsers like Chrome or FireFox do not have this issue Currently part of my webpage is displaying ...
Andy K's user avatar
  • 5,014
0 votes
0 answers
108 views

hover doesn't work on IE11 browser for angular custom pagination

I have tried several other ways like ng-bootstrap as well. all have the same issue of hovering between li elements. hover works only if I come out of the nav container and go back again. I have ...
lakshmi's user avatar
  • 143
0 votes
1 answer
245 views

angular component elements not always stylable in ie11

when I create a component ng g c my-component, the content is rendering fine in ie11 once I turn on the polyfills. However, that component breaks the CSS, refusing to be styled -- in particular, it ...
roberto tomás's user avatar
0 votes
1 answer
641 views

Flexbox overlapping flex item in IE 11 [duplicate]

Screenprint The parent container has display: flex . Also the container has horizontal scroll enabled. Flex items have a specific width too. Its works perfectly on all other browsers Chrome/Firefox/...
RENJITH RV's user avatar
1 vote
1 answer
620 views

PrimenNg icons not appearing in IE11 when deployed on server

I'm working on an Angular project and using PrimeNg for many components. The project works fine when run locally in all browsers (IE11, Chrome). But when I deploy the project on the server (linux), ...
Shruti's user avatar
  • 11
0 votes
1 answer
517 views

Angular 4.x - CSS Background color not changing IE11

I have some code within an Angular 4.x application that works fine in Chrome/Firefox but does nothing within Internet Explorer 11 - a user clicks a div which changes the css background colour of the ...
Zabs's user avatar
  • 14.1k
2 votes
0 answers
698 views

Font awesome loaded,but is not working on Internet explorer 11?

Font Awesome icons are rendering properly in Internet Explorer 10 but not in IE 11. Below is the Player-status.component.html (using as modal page) , taking div>id>status as html element this....
pinku4132's user avatar
1 vote
0 answers
35 views

SASS inadvertently unencdoding URL-Strings

I'm using SASS in an Angular CLI project, trying to use a URL-Encoded SVG with some style information as a background image. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/...
Thomas's user avatar
  • 4,255
1 vote
1 answer
770 views

IE 11 Edge DevTools no Computed styles

I'm trying to debug why a component element is rendering differently on IE11 but the DevTools for both IE and Edge are finding no css in the Styles or Computed tab. How to I debug this properly? Left ...
Wilhelmina Lohan's user avatar
1 vote
1 answer
178 views

Data URIs in CSS not working with an Endpoint Security solution

I am using Semantic UI and some of the icon fonts are stated by a Data URI. For example: @font-face { font-family: 'Dropdown'; src: url(data:application/x-font-ttf;charset=utf-8;base64,...
Thomas's user avatar
  • 9,229