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
  • Merge requests
  • !7310

Remove `text-rendering`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/SBoudrias/patch-1 into master Mar 17, 2013
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: SBoudrias

text-rendering is causing some pretty bad issue on Windows Chrome. Some special UTF-8 characters won't be shown and some text section can change font-face.

I created a reduced test case here: http://jsbin.com/uqisib/8/edit

  • First title is the default Boostrap breaking an UTF-8 char
  • Second use impact font-face to clearly mark the bug (utf-8 special char and font-face)
  • Third title just remove the text-rendering property to show the bug is resolved and is not related to the font-face

I guess right now the best solution is only to remove this property until better browser support.

This issue only affects Windows Chrome ATM (Firefox, Safari are good and other browser don't implement this property). As Browsers seems to only implement this property on Windows, I don't think it should change anything on Mac and Ubuntu.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/SBoudrias/patch-1