Skip to main content

All Questions

Tagged with
0 votes
1 answer
27 views

window.getComputedStyle(...).getPropertyValue('width') is returning wrong value on chorome

I'm trying to determin the width of a 1 char element defined simply as : <div ref={refBBFS} style={{width:"1ch",fontFamily:'some monospace font'}}>X</div> [ using nextjs 13.1.1 ,...
omer brandis's user avatar
0 votes
0 answers
14 views

React renders different AG-Grid html in chrome vs firefox

The Ag grid library config we use dynamically applies the editable class to a column / cell. In chrome, the editable class is applied correctly. In firefox, it is not applied. What could be the reason ...
Marc Sloth Eastman's user avatar
0 votes
0 answers
65 views

I get two different initial css values in two different major browsers

I was developing a React component that manages a state array. For each element in this array, I used the map method to generate a list of items, which were contained within a div that had the class ...
Arshaan's user avatar
  • 71
0 votes
0 answers
21 views

Incorrect click coordinates for events caused by react onClick handler

I'm seeing weird behavior with react onClick handlers when device emulation mode is turned on in Chrome (and also in my own capacitorjs apps running on an Android device). Essentially, clicks right ...
Andrew's user avatar
  • 1,940
0 votes
3 answers
137 views

Favicon doesn't show on Google Search

So the favicon for my website (a 256x256 .ico file) doesn't show up on Google Search. It shows the vercel logo, but when you click on the website, the correct favicon shows up in the browser tab. Even ...
Ansh Tandon's user avatar
0 votes
0 answers
20 views

Chrome Print Preview is not matching actual printout

I have a web application that generates some printouts. Different printout needs different printout settings, and I have set this using CSS. So, when I change the settings, chrome shows the print ...
Sarar Rafid's user avatar
-1 votes
0 answers
106 views

Spam warning message "Third-party cookie will be blocked in future chrome versions" [duplicate]

Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox. Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox. I dont understand how ...
Qoomit's user avatar
  • 75
-2 votes
0 answers
26 views

Browser compatability React how to?

Have a react 18 project. On some oldest browser like Chrome 49 on XP i see errors in console. SyntaxError: unexpected token ... or SyntaxError: unexpected token * How overcome this problems. I know, ...
Serg's user avatar
  • 1
0 votes
0 answers
48 views

Material React Table Lagging in Chrome but Smooth in Firefox

I'm building a table with Material React Table with Vite+swc. Everying is up-to-date. I was working with Firefox and in development I did not notice anything but my client told me that the table is ...
dingidango's user avatar
1 vote
1 answer
21 views

Chrome Use GPU While downloading ZIP files

I have a web application. Which is used to send files And there is a functionality that download all files in the ZIP formate. The Problem is when i download any zip file my web browser use GPU. is it ...
Frontend Tapas's user avatar
0 votes
2 answers
39 views

Chrome blocks file download after some time on page

I'm working on React app that gets some urls from server in format { filename: 'filename', url: 'url', }, and then renders buttons in very common way <button onClick={(...
HonestElf's user avatar
1 vote
0 answers
80 views

Google Sign-In Error: "Unable to process request due to missing initial state"

I'm encountering an issue with Google Sign-In in my React application using Firebase Auth. Everything was working fine until June 24, 2024, but now I get the following error when trying to sign in: ...
Dani's user avatar
  • 11
-2 votes
0 answers
15 views

How to break on stack overflow error in React in Chrome

I have "pause on uncaught exceptions" enabled, yet Chrome only pauses after unwinding the stack all the way to React code. How do I make it break when the error actually occurs, so I can ...
riv's user avatar
  • 7,235
0 votes
0 answers
23 views

Blob data conversion to image URLs taking 200x longer the second time

Using React, I am loading blob data from an API and saving it in cache using React Query. I am then converting those blobs into image URLs using URL.createObjectURL(blob). The first time the page ...
dqhendricks's user avatar
  • 19.2k
0 votes
0 answers
29 views

Communicate with chrome extension from react web page error [duplicate]

I tried to send data from React web page to my extension to check if the extension is allowed in incognito mode or not. I was using chrome.runtime.sendMessage, and it worked correctly: React web app: ...
trinm's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
65