Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #16172
Closed
Open
Issue created Mar 27, 2015 by Administrator@rootContributor

Missing carets in bootstrap v3.3.4 in IE8

Created by: simonbengtsson

Bootstrap v3.3.4 made carets go missing in IE8. Here is a JSFiddle and here screenshots for IE8-IE10 (only IE8 is missing the caret). Reverting #15697 makes IE8 happily show carets again however.

In my projects I add a .legacy-ie class to the html element if <=IE9 so for me this can easily be fixed by adding this .legacy-ie .caret { border-top: @caret-width-base solid; }. However, I suppose bootstrap 3 supports IE8 and this should be fixed officially?

Assignee
Assign to
Time tracking