S
S
svarda2011-04-22 06:12:23
JavaScript
svarda, 2011-04-22 06:12:23

How to fix a JavaScript bug in Opera?

Tell me, I've been struggling with the correct display of photos using jQuery for a long time. All browsers are fine, except for Opera. The principle of preloading has been made, i.e. until it is loaded - it is not displayed. Loaded but still not showing up. A lot has been written on the Internet about bugs in Opera, but it does not help. Tell me, please, how to fix this? (The problem itself is here - www.rateus.ru )

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mr_smith, 2011-04-22
@mr_smith

I'm sitting at the opera, the flight is normal. PR?

S
svarda, 2011-04-22
@svarda

No, it's not PR. The problem really exists - in Opera. I turned to people on our regional forum there were complaints about the display, I checked it myself - Opera 9.6 - there are cases of non-display. For people, this problem appeared in both 10 and 11 operas.
On the voting page - when 2 photos should be displayed - they can be displayed both, maybe only one, or they may not be displayed at all. Interested - why such a trouble occurs only in Opera. And how can it be eliminated?

V
Vitaly Zheltyakov, 2011-04-22
@VitaZheltyakov

Firstly: "All browsers are fine except Opera" - does not work normally yet in IE6-7.
Secondly, the cause of the error is that parseJSON is being used, which is trying to access the internal JSON parser. And Opera and IE have problems with it.
Thirdly: if you use a tool, then at least ask about possible problems.
By the way, you should read about client-side optimization.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question