Bug 199188 - Material UI Textfield + Dialog missing caret
Summary: Material UI Textfield + Dialog missing caret
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari 12
Hardware: Mac macOS 10.14
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-25 03:19 PDT by Yaroslav
Modified: 2019-07-02 03:51 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yaroslav 2019-06-25 03:19:52 PDT
I opened a ticket for this over at Material UI's GitHub page here https://github.com/mui-org/material-ui/issues/16105.
And here is the codesandbox with reproduced problem - https://codepen.io/anon/pen/agmmMR

When the textfield is in dialog and there isn't any value in input, carret/cursor doesn't show up. It seems to be related to the position: relative of the parent elements and the background:none style of the input. If i set any background color of the input cursor works as expected. The problem is reproduced in 100% times and belongs only to Safari.

Thanks in advance!
Comment 1 Wenson Hsieh 2019-06-26 07:30:41 PDT
Iā€™m able to reproduce this on the macOS 10.15 beta as well.
Comment 2 Radar WebKit Bug Importer 2019-06-26 16:29:02 PDT
<rdar://problem/52217841>
Comment 3 Radar WebKit Bug Importer 2019-06-26 16:29:04 PDT
<rdar://problem/52217844>
Comment 4 slava 2019-07-02 03:51:01 PDT
Hello, is there any confirmation that bug will be fixed? Thanks in advance.