Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

change position of chrome password tooltip- in css / html

Is there any way i can change the position of this browser tooltip to left or top as it is on top of my website's texts? Or if i can make my text appear on top of that tooltip? Are there any ...
Sidharth Bajpai's user avatar
1 vote
0 answers
24 views

Why is my webkit slider thumb not styling itself?

I've been trying to get my chrome vertical sliders to work like they do in Firefox (which was weird to get working to begin with), though now that they work, I'm unable to style their thumbs at all. I'...
Paul Krahn's user avatar
0 votes
0 answers
87 views

Is there a bug with scrollbar-width css property in Chrome 121?

body::-webkit-scrollbar { /* Chrome and Edge (Webkit or Blink) */ display: none; } body { -ms-overflow-style: none; /* IE and legacy Edge */ scrollbar-width: none; /* Firefox */ } ...
mikl's user avatar
  • 977
-2 votes
1 answer
276 views

Webkit not working in Chrome after last update in Gen 20024

Webkit not working on the scrollbar anymore in chrome, still working in Firefox and other. Why no one is talking about that, it broke some production css in our application! If someone has a solution, ...
Fabio Piscitelli's user avatar
0 votes
0 answers
47 views

Wrangling Input Validation Tooltip, issues in Chrome and Safari

I have been trying to find a way to wrangle the HTML input validation tooltip and can't for the life of me find a solution that works across Chromium and Webkit browsers. I understand that Chromium ...
Snape Ninja's user avatar
0 votes
0 answers
41 views

How can I return chrome's scrollbar to default values after it is customized with ::-webkit-scrollbar?

Some CSS that I inherit has code like this *::-webkit-scrollbar { width: 30px; background-color: black; } *::-webkit-scrollbar-thumb { width: 30px; background-color: gray; } I need to ...
Damian Pereira's user avatar
0 votes
0 answers
19 views

Separate undo buffer for each textarea in a webpage

In the simple example below, the current behavior is that the undo buffer is "global", in the sense that if you type something in textarea1, then type something in textarea2 and then go back ...
foolo's user avatar
  • 898
0 votes
0 answers
59 views

Does JavaScript not work on data URI pages in WebKit?

On Chrome on Android, JavaScript on a data URI page consisting of the following HTML <html> <head> </head> <body> <a href="javascript:alert('Hi.');">Say hi</...
Melab's user avatar
  • 2,704
1 vote
0 answers
112 views

Chrome separating Arabic letters fix does not appear to work in iOS Chrome

Let's say I have the Arabic word الكتاب where each letter is programatically split up and placed inside HTML span elements: باتكلا There used to be an issue in WebKit that would result in the letters ...
AWildBugAppeared's user avatar
0 votes
1 answer
332 views

Input range thumb not changing in Chrome despite using `-webkit-appearance: none`

I am struggling to change the styles for the input range thumb in Chrome despite using -webkit-appearance: none. See the full code in the codepen here https://codepen.io/maz-sm-22/pen/GRXyzNv. html &...
Mz_22's user avatar
  • 43
0 votes
1 answer
501 views

Border radius on two corners causes visual glitch CSS

The glitch: How it should look Edit: apparently the bar wasn't showing up on my example, so I updated it. Minimum example on StackBlitz Github repo if StackBlitz not working Sorry for the confusion, ...
user avatar
1 vote
0 answers
51 views

css animation not working in chrome (delay not respected on webkit mobile)

I'm trying to animate a div with a translate3D, it's working perfectly everywhere except on webkit-mobile where the property is well interpreted but the div goes directly to the endpoint without any ...
lou habert's user avatar
4 votes
1 answer
626 views

MediaSource API - Safari pauses video on buffer underflow

I am trying to stream low latency video to the browser using the MediaSource API. For context, I am receiving live H.264 video over a WebRTC data channel (with custom reliable delivery protocol), ...
Will's user avatar
  • 135
2 votes
1 answer
130 views

Text distortion in primefaces chart

I am using a primefaces barchat. which has an text distortion issue in chrome browser. when i checked the official demo page, same issue is there too (https://www.primefaces.org/showcase/ui/chart/bar....
Ullas Prabhakar's user avatar
1 vote
1 answer
1k views

Chrome bug for autofill color and background on mobile

I am experiencing a really odd bug which only appears in Chrome when it is viewed on an actual mobile device. In my checkout the default colors of the input fields are dark with white text (stylised ...
van's user avatar
  • 158

15 30 50 per page
1
2 3 4 5
63