Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
50 views

I’m working with the following code: <div style="--w: 30px;"></div> And I’m testing two expressions: Test Case 1 calc(30px / 720px * 100vw) Test Case 2 calc(var(--w) / 720px * ...
권순규's user avatar
1 vote
0 answers
46 views

<style> * { font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans SC", "Microsoft YaHei", "WenQuanYi Micro Hei"; } #two { font-variant-...
Nils's user avatar
  • 408
0 votes
1 answer
76 views

We are trying to accurately detect whether a user is viewing our customers site through an in-app WebView (like Android WebView or Safari in-app) versus a normal browser. The goal is to filter in-app ...
Ozgun Uslu's user avatar
1 vote
1 answer
127 views

I’m using a link to open a PDF file hosted on SharePoint (or any other web location) and I want it to open directly at a specific page. For example: https://example.com/myfile.pdf#page=5 On Windows ...
Meir's user avatar
  • 187
0 votes
0 answers
52 views

I want to enclose the viewport with two SVG images, each covering 50% of the space, leaving no gaps between or around them. Chrome renders this correctly, but Firefox and Safari display small gaps ...
f4him's user avatar
  • 95
0 votes
0 answers
40 views

When working with React.js - does the browser behave differently in the pixel rendering pipeline when we update CSS declaratively -like through state in event handlers: <div className={isDark ? '...
Tom Spatula's user avatar
1 vote
1 answer
124 views

Problem Summary File input <input type="file"> click events are not opening the file selection dialog in Microsoft Edge, despite the same code working perfectly in Safari and other ...
Zaid Fanek's user avatar
0 votes
0 answers
97 views

I just encountered What is JavaScript's CompositionEvent? Please give examples From the little images/videos available on the topic, and given that I only ever really use a English/Latin keyboard ...
Lance Pollard's user avatar
0 votes
0 answers
75 views

I am on Windows 11, so both SimSun and MS Gothic are installed by default and don't contain bold glyphs. I test the CSS property font-synthesis-weight as follows: body { font-family: sans-serif; ...
hbghlyj's user avatar
  • 187
0 votes
1 answer
138 views

Problem Statement When using the <datalist> element in an input field in Microsoft Edge, pressing the Enter key does not trigger any event while the datalist options are displayed. Steps to ...
Shivanandan D N's user avatar
1 vote
1 answer
90 views

As an example: html { height: 100%; background-color: yellow; border: 5px solid black; } body { min-height: 100%; background-color: green; } div { height: 120dvh; } <div> ...
cyclingLinguist's user avatar
0 votes
0 answers
77 views

Using the same ASPX form and variables from the same Azure Cloud Service IIS server, the results page returned to iOS Edge/Safari instances of those browsers report an error but from a Window's Edge ...
Marc George's user avatar
1 vote
0 answers
92 views

I Tested Enlite Starter and its demo → In the template settings, the first sidebar does not show again after closing it. The drawer renders and works perfectly in Firefox, chrome and Edge but in Web ...
Dev M's user avatar
  • 1,719
0 votes
0 answers
104 views

I'm working on a web application where I need to detect if the user is on Firefox because it behaves differently when closing a specific window compared to Google Chrome. Right now, the codebase uses ...
AceCalibur's user avatar
0 votes
1 answer
67 views

I'm applying the aspect-ratio CSS property to the children of a container. The children are being appropriately sized. However, the children's parent is not being sized to fit it's content. This seems ...
marianydev's user avatar
0 votes
0 answers
37 views

I need to clean some data (sessionRelevantData) in IndexedDB when users leaves the last tab of my React app. To do so, I implemented a counter on localStorage to get the number of opened tabs and when ...
Minoru's user avatar
  • 1,730
0 votes
1 answer
210 views

Using grid layout and setting aspect ratio for some child is not calculated correctly in Firefox, the column does not expand and the child overlaps that column. <div class="parent"> ...
mvinicius2k's user avatar
1 vote
0 answers
125 views

const StartDate1 = new Date().toLocaleString(); const currentResponse = await commonAPI.apiname(); const pStat = { PageID: '4', MethodID: 60, ...
Lex V's user avatar
  • 1,447
0 votes
1 answer
42 views

In the context of a web extension, I am injecting a button in a text node. It works on Chrome but on Firefox, I have some weird long blank in the injected span (between the button and the next comma). ...
aloisdg's user avatar
  • 23.8k
-1 votes
2 answers
87 views

I have deployed a React Web App on Azure Static Web App using the free tier with my custom domain. I am able to react the site perfectly fine from mobile devices which includes safari and google ...
Mahbub Rahman's user avatar
2 votes
0 answers
45 views

Right now my price slider works great on chrome, safari and edge, but on firefox, even though I've made specific adjustments, one of the sliders appears to be under the other one, causing it to be ...
AinuRakk's user avatar
-2 votes
2 answers
77 views

This question is NOT about translating the content of a web page. It is about the Exceptions thrown in the JavaScript engine. I am wondering if all international installations of browsers, installed ...
Intervalia's user avatar
  • 11.1k
2 votes
1 answer
74 views

Consider the following code. a { text-decoration-color: red; } .oops{ text-decoration: underline; } code { border: 1px solid rgb(0 0 0 / 0.2); padding-inline: 0.5em; } <p>This <...
Mark Fisher's user avatar
  • 1,297
0 votes
2 answers
99 views

When I'm trying to use native URL API for validation purposes, surprisingly, Edge browser behaves differently. So the input of: const myUrlString = "abfss://myprojectname/filename.csv"; const ...
Sergei Klinov's user avatar
0 votes
1 answer
32 views

jQuery $('body > header').on('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend', function(event) { if (event.target && event.originalEvent....
A-Z's user avatar
  • 11
0 votes
0 answers
354 views

I'm trying to upgrade to Manifest version 3 a cross-browser extension that uses webextension-polyfill and Typecript. I'm stuck on trying to do something similar to https://developer.chrome.com/docs/...
Daniel's user avatar
  • 1,852
1 vote
0 answers
79 views

I use authentication .AspNetCore.Cookies cookie. If I run the asp.net core web from VS in debug mode, the authentication challenge is started and I need to log in. After login the .AspNetCore.Cookies ...
AldaFalda's user avatar
0 votes
1 answer
150 views

When applying a backdrop-filter blur the result differs in uniformity between different browsers: From left to right: Safari, Chrome, Firefox With respect to uniformity, Safari is doing best, ...
Daniel's user avatar
  • 3,771
2 votes
0 answers
234 views

I'm working on a system with the following goals: Create a short link that points to an Amazon product URL. When someone clicks this link, it should ideally open directly in the Amazon app if it's ...
Muhammad Taimoor Sultani's user avatar
0 votes
0 answers
177 views

I'm experiencing an issue with the CSS property mix-blend-mode: color; on iOS devices. It works correctly on Windows and Android, but it doesn’t seem to have any effect on iOS browsers. If anyone has ...
Ali Raza's user avatar
4 votes
3 answers
253 views

I set up some CSS rules like: .example { color: white; background-color: darkgray; background-color: var(--bg-color); background-color: rgb(from var(--bg-color) r g b / 0.5); } in the ...
natevw's user avatar
  • 18.2k
0 votes
1 answer
144 views

Motivation: Let's assume that I have a marketplace. Let's assume that user posted advertisement/poster and went to other website to read something or watch. Still, he would like to receive sound ...
Ihromant's user avatar
  • 263
0 votes
1 answer
71 views

I have this project I've been working on as part of a roadmap to web development, and I developed this sidebar that has an inner scrolling list. In Chrome, the inner list scrolls, but in Firefox, each ...
user27660104's user avatar
0 votes
1 answer
108 views

When working with the CSS style writing-mode: vertical-lr; and two different languages font, my text would get aligned to the left side of the kanji on Chrome, but to the right side on Firefox. This ...
Yuuki Rika's user avatar
0 votes
1 answer
65 views

Given this HTML snippet: <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/chota.min.css" rel="stylesheet"/> <form> <label for="time" class="form-label">Set time</...
Mark's user avatar
  • 5,365
0 votes
1 answer
176 views

I'm running Selenium WebDriver tests on iOS using Chromium in BrowserStack, and I keep encountering a native popup when I submit a form that says: "The information you're about to submit is not ...
atif rahman's user avatar
0 votes
1 answer
109 views

I tried making a webpage where backgrounds scroll a bit slower than the text content, giving an illusion of a 3d scene, but my method only works on firefox. On chrome and safari any transform property ...
brch's user avatar
  • 1
0 votes
0 answers
73 views

I have application made on React Native Web. I have a SVG Component Which is rendered correctly in new ios and android device browser. But in some IOS ( 12, 13, 15 ) it is not rendering. When I ...
user25075949's user avatar
0 votes
0 answers
82 views

It is possible to trigger an event eg browser or profile switch or incognito mode by using the volume up and power buttons in iOS ? Something is happening when she does this but I can’t pin it ? I ...
Khan Baird's user avatar
0 votes
0 answers
96 views

I would like to prevent the device going to sleep while looking at my web page. I would like this to work for chrome and safari on both ios and andriod. I have currently researched 2 possible options ...
Jack McKay Fletcher's user avatar
0 votes
1 answer
167 views

Currently my site has a local storage key call isLoggedIn which is set to true after login. when the site is again opened in another tab then the new tab will also be logged in using the local storage ...
Sai Barath's user avatar
14 votes
1 answer
3k views

Chrome added support for interactive-widget=resizes-content in v108. Firefox also seems to support this as of writing (though it doesn't work correctly in fullscreen). The resizes-content value makes ...
joe's user avatar
  • 6,165
3 votes
0 answers
1k views

I'm experiencing an issue with a simple mailto link in my web application. The link is intended to open the user's default email client to send an email. The HTML code for the link is as follows: <...
Abinandh MJ's user avatar
0 votes
1 answer
93 views

I am running selenium python script through Selenium Grid, but it throws error selenium.common.exceptions.WebDriverException: Message: Unable to find resource, invalid path in url." Below is ...
Rishabh Jain's user avatar
0 votes
1 answer
64 views

I am unable to get setZoom or any of the zoom features to work on my leaflet map in Chrome. It works fine in Firefox and Edge but I need it to work in Chrome also and cannot find anything on this. Any ...
schad's user avatar
  • 1
2 votes
2 answers
2k views

I want to enable wake lock API. It is working fine with Windows platform and android devices but not in Safari or iOS devices. Console has error NotAllowed, Permission was denied in Safari Browser. I ...
Shriyank Mendpara's user avatar
-1 votes
1 answer
160 views

I am making a website that has 2 separate range sliders using html, css and javascript. I am having real difficulty getting the range slider to work for CHROMIUM. I have spent hours searching and ...
Fangles's user avatar
2 votes
1 answer
525 views

The transparent WebM video, which appeared crisp on the Chrome browser on PC, shows jagged edges on the Android Chrome browser. Specifically, the edges of fine details like animal fur appear darker, ...
tanabe kaori's user avatar
0 votes
0 answers
111 views

I'm facing an issue where the font-family styling applied to text elements in an HTML email signature is being overridden when the email is sent from the iPhone's Apple Mail app to a Gmail web client. ...
tomas moral's user avatar
1 vote
1 answer
74 views

If I made a flip card like the one here flip_card, but and made the front-card and the back-card scrollable then the scrolling via mouse wheel only works with the back-card and the front-card only ...
Islam Saman's user avatar

1
2 3 4 5
182