Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

offsetWidth does not match visible element width

I am running into a very confusing issue when measuring the width of a button using offsetWidth. I am using Vue 3 and Quasar (q-btn). Visually, the button looks completely correct and the text I am ...
0 votes
1 answer
98 views

I want to create an application where you can use drag and drop to transfer some short string data from one browser window to another (where either window can be a popup window). Code in the example ...
Best practices
1 vote
2 replies
74 views

Let's say I have a table with many many rows: <ul> <tr> <td>column1</td><td>column2</td><td>column3</td><td>column4</td> <td>...
3 votes
2 answers
105 views

On my website I have dozens of scripts from external vendors, some of which attach additional inline scripts. When those inline scripts throw an error, I get stack traces like at HTMLDocument.e (<...
0 votes
1 answer
97 views

I am using ngx-quill in an Angular 18 project and I need to completely replace the default link tooltip with a custom Angular form. I've implemented a custom Blot to handle additional data attributes ...
Laura's user avatar
  • 1
Best practices
1 vote
3 replies
69 views

Whilst this question has been asked many times before there are seldom recommendation on it with modern browsers in 2025. Example: Total CSS for a website is 200kb. Total JS is 100kb. We know the ...
Walrus's user avatar
  • 20.6k
Advice
1 vote
3 replies
79 views

I'm working on my own extension based on professor prebid. Idea is to collect data from professor, group it in one big, structurized object, remake it as string, and send at openAI API for "...
0 votes
0 answers
85 views

The MDN documentation states this about instanceof across multiple frames: For example, to check if a Node is an SVGElement in a different context, you can use myNode instanceof myNode.ownerDocument....
0 votes
0 answers
75 views

I have a <input type="text"... ...on a page, and need to copy all the changes so that I can display them in a wasm app. I'm stuck with this "select all" operation on Gboard. ...
0 votes
2 answers
63 views

The objective is to create a start button that activates the 3x3 grid and make it playable. The cells start with an 'inactive' class. Clicking on the start button changes them from 'inactive' to '...
lunarchild's user avatar
Advice
0 votes
2 replies
71 views

I have some markdown text. I use MarkDig to parse the markdown text and obtain a markdown-document-object-model. (markdown-DOM.) From that, I want to obtain an HTML-DOM. As far as I can tell, the only ...
Mike Nakis's user avatar
  • 63.1k
Advice
0 votes
0 replies
40 views

I am using the ReactGrid component and I have enabled fillHandled and rangeSelection. Also, I am controlling the focus with focusLocation property. However, there is one scenario that does not work as ...
0 votes
0 answers
86 views

I have a web page where I allow users to download an image by clicking a button. I’m using vanilla JavaScript like this: async function downloadFile(url) { const response = await fetch(url); const ...
-4 votes
1 answer
124 views

CONTEXT: My goal is to use http.Get(), then use the golang.org/x/net/html package to parse the resp.Body and extract some bits of data from some <div>'s that all use a similar naming scheme for ...
Quercus's user avatar
  • 15
1 vote
1 answer
77 views

I'm building a PHP page with multiple tabs (Termijnen, Mandaten, and Admin). Each tab's content is pre-rendered by PHP inside hidden <div> elements. I then inject the content into a visible ...

15 30 50 per page
1
2 3 4 5
...
2785

AltStyle によって変換されたページ (->オリジナル) /