Bug 199188
| Summary: | Material UI Textfield + Dialog missing caret | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yaroslav <koshkarevj2105> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cdumez, megan_gardner, simon.fraser, slava, webkit-bug-importer, wenson_hsieh, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 12 | ||
| Hardware: | Mac | ||
| OS: | macOS 10.14 | ||
Yaroslav
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!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
I’m able to reproduce this on the macOS 10.15 beta as well.
Radar WebKit Bug Importer
<rdar://problem/52217841>
Radar WebKit Bug Importer
<rdar://problem/52217844>
slava
Hello, is there any confirmation that bug will be fixed? Thanks in advance.