N
N
Nikita2016-06-29 20:59:58
Python
Nikita, 2016-06-29 20:59:58

Why does it drive in Safari, but everything is ok in Chrome?

Good day.
Ran into a safari bug/feature. They asked me to generally make fixes to the site, the code is not mine, so maybe I don’t notice something. lisovoy.ru screen "How it looks", all the text that is here is in chrome at a normal height, but in Safari it flies up. Tried various safari hacks but they all work great in chrome. How to be, what could be the problem?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem Klimenko, 2015-12-12
@ilyakmet

If I understand you correctly, then the usual split will do for you
https://docs.python.org/3.4/library/stdtypes.html#...
https://docs.python.org/2/library/stdtypes.html# st...
'40920 8.326976 0.953952 largeDoses'.split()

If sep is not specified or is None, a different splitting algorithm is applied: runs of consecutive whitespace are regarded as a single separator, and the result will contain no empty strings at the start or end if the string has leading or trailing whitespace. consequent, splitting an empty string or a string consisting of just whitespace with a None separator returns [].

O
Oleg, 2016-06-29
@politon

For example, transition in safari is not supported, I didn’t look further;) but look in this direction.

N
nd0ut, 2016-06-29
@nd0ut

In my safari, the "What it looks like" screen is identical to chrome. Already fixed?
f5b75a496aa442679006ba4c6265ca38

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question