browser-bugs Questions
3
Solved
Situation
with Thai text on a client site is that we can't control where exactly particular words/sentences are going to break between the lines (how web browser will handle it). Often, content app...
Cheadle asked 13/12, 2011 at 16:39
2
Why does transform:rotateY(); cause a div to overlap in Safari only? Here are some screen shots to better explain...
What it should look like:
What it shouldn't look like (only occurs in S...
Chronaxie asked 24/11, 2015 at 16:26
2
This is the strangest thing, I have used this method many times before but it seems to be breaking for me now.
Here is a duplicate question that provides this method as an answer:
Maintain the as...
Hyperbole asked 18/4, 2018 at 14:4
3
I've seen mostly examples without the ^ (circumflex) and $ (currency or dollar) characters to mark the beginning an end of the string being matched. However, I did not find anything regarding this ...
Epochal asked 4/2, 2012 at 16:6
2
Solved
Short story:
jsfiddle here. The behavior is consistently wrong in Chrome 21, Firefox 15 and IE9, which makes me think I'm misunderstanding something about the CSS spec.
Longer story:
I want to c...
Ethanol asked 4/9, 2012 at 8:39
3
Solved
I see this question has already been asked around a IE9 but which is adding extra columns in random rows of a html table. The root issue seems to be a IE 9 bug that is fixed in IE 10 (but i have a ...
Caron asked 10/1, 2014 at 20:5
2
Solved
Take a look at this demo in FF and Chrome, then remove:
-webkit-transform:translateZ(0px);
Fom css, and look again in Chrome.
It also makes Chrome body container with min-width:100%, cutting ...
Slipcase asked 4/10, 2012 at 16:47
3
I was surprised to be unable to find a solid resource that documents browser CSS, HTML and Javascript bugs. Obviously there are sites like http://caniuse.com/ and http://www.quirksmode.org/ which t...
Spavined asked 22/11, 2012 at 0:8
0
It is a strange bug and the site works perfectly in all browsers expect for this issue in Safari (testing in version 5.1.7 ) . Here is the link to my site.
http://www.enrista.co.za/new-swap...
Prudery asked 25/10, 2012 at 16:39
3
Solved
When running the following block of code, FF and Chrome output typeof(hiya) = string while IE7/8 output typeof(hiya) = undefined.
<html>
<body>
<script type="text/javascript">
...
Nenitanenney asked 5/1, 2011 at 17:0
3
Solved
I'm trying to replicate a bug which the client has reported, it's the "this script is running slow" notification which appears in IE due to it's extremely slow JS/DOM parsing.
This doesn't occur o...
Pomology asked 10/9, 2010 at 16:42
1
© 2022 - 2024 — McMap. All rights reserved.