Device-Bugs icon indicating copy to clipboard operation
Device-Bugs copied to clipboard

Just a collection of quirks and issues that occur on browser platforms (particularly those unlikely to update)

Results 71 Device-Bugs issues
Sort by recently updated
recently updated
newest added
trafficstars

## Summary: XMLHttpRequest 2 and Blob constructing are both supported in ICS and newer. Therefore we should be able to send a raw Blob as an ajax request's body using...

## Summary: The toDataURL() method of the canvas element allows specifying the format in which to return the data url. By default it returns image/png, but specifying image/jpeg should return...

I've tested my app with same two devices. One of device with ios 11.2.5 and another one have 10.3.3. When i scroll down my page smooth scroll working fine on...

Issue templates are now supported by Github, [source](https://github.com/blog/2111-issue-and-pull-request-templates)

## Summary: An RGBA background color can appear darker than intended when using `translate3d` or `translateZ` inside an element with `-webkit-overflow-scrolling: touch`. ## Platforms: - iOS 8.4 ## How to...

If an SVG ever looks solid black in IE11 or older, it’s likely that it contains a `` element and the rules aren’t applying when the svg is dynamically used......

## Summary: iOS doesn't respect width or height on an iframe via CSS or any other means. It always sizes the iframe to the child document height. This is generally...

![vv-number-giftcard](https://cloud.githubusercontent.com/assets/39355/16661821/6daddba2-443a-11e6-9b9e-4ebc7ad34a07.gif) - Reproducible on Safari 6, fixed in Safari 7. - Firefox 47 exhibits the same issue if you set a super long value in JS a la `.value =...

## <textarea maxlength="2"> ![image](https://cloud.githubusercontent.com/assets/39355/16781368/8ac7545c-4840-11e6-9368-0b384303a3b1.png) One new line is allowed in Chrome and Safari, but two are allowed in Firefox, Edge, and IE. Safari has another peculiar behavior in that it...