Unanswered Questions

317,478 questions with no upvoted or accepted answers
42
votes
2answers
3k views

Android Chrome browser address bar shifts fixed element hitareas

It seems Android Chrome has a pretty major bug where sometimes the address bar hiding/showing causes fixed elements to shift their bounding box down/up by the browser's address bar height. So the ...
28
votes
1answer
1k views

Selecting an option can cause VoiceOver to jump to top of page

iOS9, Safari with VoiceOver enabled. Not 100% reproducible but simply selecting an option will cause the VoiceOver focus to jump to the button at the top of the page. Now can listen for the option ...
28
votes
2answers
3k views

Need to click twice to go back in history (using pushState)

I've got a page with some select-fields. Once the user changes the value of a select-field, a new history-object is created using the values of all select-fields as a state object: $(".chosen-...
23
votes
3answers
685 views

Textarea resizes and triggers best_in_place blur event

I'm using the best_in_place gem on several textareas and sometimes (seemingly randomly) the textarea 'jumps' and triggers the blur event when I click save, prompting the "discard your changes&...
22
votes
2answers
3k views

SVG use and gradients as fill

I've been trying to externalize my SVG icons to a file and referencing them with markup like <svg><use xlink:href="file.svg#icon" /></svg>. In theory this works really nicely, but ...
21
votes
0answers
1k views

Graphviz, dot, ortho plots do not respect ports

I am using graphviz and would like to render my graphs with splines = ortho. The problem is that the edges don't respect ports, so it is not possible to analyse the graph. digraph G{ splines= ortho; ...
19
votes
2answers
5k views

Can html5 camera inputs work on Windows 10 tablets?

TL;DR Can html5 camera inputs work on Windows 10 tablets? Details Device: Dell Venue 8 Pro tablet OS: Windows 10 Browser: Chrome Setup Create and host a page with the following html and open in ...
19
votes
4answers
3k views

HTML5 Drag and Drop (DnD): changing cursor

While dragging an element over the browser client area in HTML5, how can I change the cursor to any cursor that I want? So far, I've only been able to display the default cursor while dragging (...
18
votes
1answer
2k views

Bind dragstart and drop events to touch events

Referring to this answer: https://stackoverflow.com/a/6362527/3034646 How would I bind the touch events such that they will perform the dragstart and drop events? I've tried binding dragstart to ...
17
votes
0answers
530 views

Firing Mouseout Event depends on Window Size

I want to draw on a 3D-transformed canvas, but have some weird problems with the mouseout event in Chrome. When I set the JSFiddle window size to 2100px, the mouseout event works as excepted. However,...
17
votes
1answer
314 views

Use DOM background layer with keyframe animations and Canvas layer for a physic engine

In my next game I'm planning to mix a DOM background layer with the canvas(es) on top of it. I would like to move non-interactive background animations to that DOM layer, and use keyframe animations ...
16
votes
1answer
5k views

Add iOS speech recognition support for web app?

Currently, the HTML5 web speech api works great on google chrome for all devices except mobile iOS. Text-to-speech works, but speech-to-text is not supported. webkitSpeechRecognition is not supported. ...
15
votes
1answer
1k views

iOS 15 Crash when initialize NSAttributedString with HTML string

I have an extension to convert HTML string to NSAttributedString. After iOS 15 is released, I've seen a lot of crashes from my user. All those crashes are on iOS 15 and occur on the main thread. Here ...
15
votes
0answers
698 views

How to modify the first pageNumber or execute JS in header or footer template with Chrome DevTools Protocol's printToPDF

I'm using Headless Chrome to print out PDF files by using the printToPDF CDP method. If we set displayHeaderFooter parameter to true, then we can set specific page header and footer by using the ...
15
votes
2answers
2k views

Drag and drop issue in Chrome related to Windows scale (125%)

I have an issue with drag and drop on Chrome (v69.0.3497.100). Specifically, some of the drag and drop events are getting fired when Windows scaling is other than 100% even though they shouldn't be ...

15 30 50 per page
1
2 3 4 5
21166