Questions tagged [browser-bugs]
36 questions
0
votes
1 answer
Setting focus on select element with Javascript scrolls first item out of view
I'm having a problem where I want to have an input box above a select box (multi). The select box has more items in it than the height of the box. (I am setting the size of the box lower than the number of items).
0
votes
1 answer
CSS background-position change - Chrome bug
I'm coding HTML page and noticed strange behavior in Chrome browser.
I have a custom dropdown with a png arrow which is from sprite image. What I'm trying to achieve is to change arrow to another when dropdown is opened and hovered.
I'm using SASS…

iGidas
- 405
- 1
- 5
- 9
0
votes
1 answer
Scroll position jumps if DOM is changed while elastic scroll is bouncing
On OS X, user can scroll past the viewport, and the browser will bounce the page.
As user, I like this effect, but it causes an unfortunate bug in our website.
When user clicks a large “Next Article” banner on the bottom of a page, next article is…

Dan Abramov
- 264,556
- 84
- 409
- 511
0
votes
1 answer
kineticjs tween on android left the original image
I'm using KineticJs to develop a webapp, but i found that when i'm using tween() on android, it always left a original image when the tween starts. And it's also happens on the Kineticjs tutorials page with my galaxy note2. is it a bug?
here is my…

user2988471
- 1
- 1
0
votes
0 answers
Issue floating paragraphs left and right on same line in Chrome
I'm attempting to float two paragraphs left and right on one line, using the method given here http://css-tricks.com/left-align-and-right-align-text-on-the-same-line/
I'm coming up with an issue where both paragraphs are wrapping over two lines for…

jasonbradberry
- 853
- 2
- 17
- 30
0
votes
1 answer
Executing JavaScript on an iframe's contents from a different domain
Is this denied by the browser? Is it possible?
If so, are that browser bugs that allow it to happen? I noticed this:
http://html5sec.org
How can you close these bugs and prevent them from working on your website? Can I detect if someone is trying to…

alt
- 13,357
- 19
- 80
- 120