Floating label rendering issue
See original GitHub issueAs mentionned in #31955 (comment) and #30449 (comment), it seems we have a few quriks related to fonts on Ubuntu.
Could relate to #31657 but I don’t think so: this need to test things again, comparing our previous font-stack and probably try another one.
Maybe introduce font-size-adjust
to lock this a bit more?
Edit: only striking through obsolete sutff just in case, but file input relates to a Firefox bug. Only leaving this one with a floating label rendering issues.
- Ubuntu 18, Firefox 84 / Chromium 86
- when ending the
transition
, there’s a little quirk where text seems to struggle a bit to get its final position and aspect.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Text is not rendered, issues creating floating labels in 3d space
Im trying to create simple floating text labels around the 3dspace, I didn't find the way to do them by themselves, so I...
Read more >How do I fix floating CSS label always being active showing ...
I am wanting for the labels to be in one starting position, then to move up and resize once focused on, and turn...
Read more >Floating labels · Bootstrap v5.0
Create beautifully simple form labels that float over your input fields. On this page. Example; Textareas; Selects; Layout; Sass. Variables. Example. Wrap ...
Read more >issues with Bootstrap and setting width has no effect when ...
Indeed, the floating label is the issue here. It requires a special CSS class that, most notably, puts position: relative on the wrapper...
Read more >Floating label of textbox don't work - Vue - Syncfusion
I use a server side rendering by Asp.Net MVC classic. I need use a full framework js-library without npm. Please make a sample...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think the stack might be ok. Here’s more info on the file input issue https://github.com/twbs/bootstrap/pull/31955#issuecomment-717729880. I tried
font-size-adjust:0.5
on the button, it fixed the issue for normal size input, but not for large. Putting it on the body element does not do anything. So, I’m not sure that’s a solution.Feels like a hack, just to fix Ubuntu.