Can someone help me? I have a problem with shifted cursors. The only problem is chrome and safari on iOS 11. It looks like
thank
This is similar to a WebKit error of an incorrect carriage position for an input field inside a fixed position parent on iOS 11 demonstrated by Eirik Luka .
Possible workarounds:
Extend the dialogue around the edges of the window, hiding the rest of the contents in the body with display: none
display: none
Change container from position: fixedtoposition: absolute
position: fixed
position: absolute
Do not use modal dialogs.
Source: https://habr.com/ru/post/1687506/More articles:What version of Jersey do you need to download for JDK 1.9? - javaUITextField textColor updates in iOS10, not iOS 11 - ioshttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1687503/passing-a-javascript-array-of-strings-to-a-c-function-with-emscripten&usg=ALkJrhhru2tCRek58s1sTlRwj_QkpQEn3winnerHTML will not change in every keydown event - javascriptCan I get the generated identifier for a document created using batch (). Set using Firestore? - javascriptReact Native - logout user if api status code is 401 (unauthorized) - react-nativeHow to iterate over sentence words in C ++? - c ++How to convert fields during deserialization using Serde? - rustFirebase - Firestore - how many times will I read documents - observableCreating a bookmarklet using webpack, bookmarklet-loader, style and css-loader - javascriptAll Articles